Is any one used data grid in ODC?
Hello @shubhangi kendre
Previously it was not available in ODC but now It's available. You can check how we can install and use it in ODC. Please refer the below links
https://www.outsystems.com/product-updates/data-grid-odc/
https://success.outsystems.com/documentation/outsystems_developer_cloud/building_apps/forge/install_or_update_a_forge_asset/
Regards
Prince
I use this forge in ODC as well, and it works fine.
Nikhil kumar vijay
Hi @Nikss
I am also facing same issues Data grid is not working in Odc because arrangedata api action is not found in odc
Also when we down download demo of grid than I face issue your environment is new and sampleUi is old so we can’t download
Can you please provide oml working file ???
Thanks
Md Mansur
Instead of using "arrange data", you can use JSON serialization, similar to O11.
Hi @Nikss I converted Excel File to JSON and passing JSON text to Data grid its not working and tried with JSON Serialize still not workingcan you please share working OML?Thanks
You have done data grid in ODC or not because I have try both method but still face same error like this:
Note: Please give Relevant or Try solution (Not just read Document and post here)
First of all, your JSON string format should look like this. If you use JsonSerialize to convert a list, it will look like the image I shared with you. After that, assign this value to the Datagrid.
After that, you have to bind this value to the text column with the proper naming structure. For example, if my table name is "user" and the column name is "Name," we have to pass it like this.
Then the data will be shown in the data grid. I have also shared the OML, so you can check.