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 ?
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