Thank you,
I have checked the example and understood it, however I have the following problems:
- the grid is not rendered (the columns and rows are not shown)until I call the refresh() inside the debugger, or I click the scroll of the grid, if I called it inside the code, it is not rendering!
- I have many columns in both parent and children row, where the grid has a 'New' button in the toolbar to add a new parent or child row (taken from your examples) , should I use the same workflow to load the JSON with the mentioned grid structure?