Hi,
I'm new to ODC, I am trying to displaying the data in datagrid for inline editing. As we know ArrangeData function was not available in ODC so I have tried to convert data from JsonSerialization. But datagrid was dispaying on the screen but data was not getting populated in the grid. I have debugged the flow but the data is getting processing in the flow. I'm attaching some of the screenshots for reference.
I have used the grid widget and assign for the data.
here is the flow to assign the data
And finally I'm getting empty grid on the screen
Thanks.
Hi @Shanmuka Reddy,
Firstly you will use JSONSerialize to serialize your data like below image I have done.
After that take text column and bind that your text column like below I did:
And final output you will get list:
Hope this steps helps you!!
Regards,
Rajat
Hi Rajat,
Thanks for response.
Yes I have first serialized and then only I assigned the data.
I dont find the option to bind columns for the grid. The above implementation is done in Outsystems or ODC?
Here you have options it will come with grid itself.
Hope this image will help you!!! Regards, Rajat
And bind your data as per below image
Hi Shanmuka Reddy,
Did you bind the columns to the dATA grid.
I can see its empty.
Amreen
Hi Amreen Shaikh,
Thanks for the reply. I dont find the option to bind columns for the grid in ODC.