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
290
Multilpe child trans actions issue igHierarchicalGrid
posted

Hi,

If I do the multiple transactions in child grid at a time, it is retuning only one transaction row. If I add the two child rows to one parent , it is working as expected.

If I add one child row for one parent and other child row for other parent, it is returning only one child row in pending tranactions. I used the below code. Please provide your inputs

var hierarchicalGridChildren = $("#gridNotes").igHierarchicalGrid("allChildren");

var childGridNotesTransactions = JSON.stringify(hierarchicalGridChildren.igGrid("pendingTransactions"));

Thanks

Ramesh D