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
100
Duplication of child rows not taking place
posted

I am trying for the duplication of the selected row in the grid list. However when I try to save the data, only the parent row is being saved sucessfully, while the child row is not getting updated. 

Step 1. $("#assetListGrid").igGridUpdating("addRow", row); 

The selected row is being sucessfully reflected in the table along with its child entires. 

Step 2.  var hierarchicalGridChildren = $("#assetListGrid").igHierarchicalGrid("allChildren");

On save I call a function in which I have written the aforementioned code, now in the hierarchicalGridChildren the information for the latest updated is not included. 

Would be really glad to hear from your side if i need to do the anything additional. 

Parents Reply Children
No Data