Thanks Paramvir,
I changed the data for the details grid as per your suggestion. It worked great.
However, I need to convert my data dynamically to the required format for nested grids.
Below are the URL for my json data. I am not able to change it to the required format using JQuery.
expected json data format -
https://jsonblob.com/8d983c44-90a1-11ea-b680-55266526ddaaactual json data format -
https://jsonblob.com/f3e707db-90a1-11ea-b680-a144ececb408.
In the data, I need to group together the data based upon ID and then generate the pq_rows_detail based upon that ID which will be containing for information in json array:
1. RemarkID
2. UserRemark
3. UserStatus
4. RemarkBy
Below is the URLof jsfiddle that will give the UI for the grid that is expected.
http://jsfiddle.net/kty76qvb/ Could you please help me with this?
Thanks in advance,
Uttam