58
Views
1
Comments
Solved
[OutSystems Data Grid] Datagrid in ODC, alternative to ArrangeData
OutSystems Data Grid
Forge asset by OutSystems
Application Type
Reactive

I'm trying to create a webpage which will display some dynamic columns created using user inputs and generate a template in ODC Studio.

I'm trying to use Data grid, however while referring the documentation, I can see that ArrangeData function is only available in O11 and not in ODC.

How to proceed with Data Grid in ODC, without ArrangeData ?

2021-09-06 15-09-53
Dorine Boudry
 
MVP
Solution

Hi N Das,

don't know your exact requirements, but for producing the JSON for your grid, you can use JSONSerialize instead of ArrangeData.

Dorine

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