36
Views
7
Comments
[OutSystems Data Grid] Is any one used data grid in ODC
OutSystems Data Grid
Forge asset by OutSystems

Is any one used data grid in ODC?

2024-06-24 04-49-49
Princi

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

2025-09-04 06-33-37
Nikhil___Vijay

Hello @shubhangi kendre 

I use this forge in ODC as well, and it works fine.

Regards 

Nikhil kumar vijay

UserImage.jpg
Md Mansur

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 

2025-09-04 06-33-37
Nikhil___Vijay

Instead of using "arrange data", you can use JSON serialization, similar to O11.

UserImage.jpg
shubhangi kendre

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 working

can you please share working OML?
Thanks

UserImage.jpg
Md Mansur

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) 

Thanks

Md Mansur

2025-09-04 06-33-37
Nikhil___Vijay

Hello @shubhangi kendre 

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.

Regards 

Nikhil kumar vijay

DataGrid Demo.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.