Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Adding new row to igHierarchicalGrid => child not getting displayed
posted

Hello,

I have an igHierachicalGrid which have one child grid.

On the first display of the grid, everything is fine.

I want to append some rows to the grid but only the parent values is getting displayed.

How can I proceed to append both the parent and child values?

I am using the follow to add new row to my grid

- $("#myGrid").igGridUpdating("addRow", row);

Thanks in advance.

Ainjaka