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
220
Expand/Collapse All Rows in igHierarchicalGrid
posted

We  want to Expand/Collapse All Rows (parent and child) in igHierarchicalGrid on one button click.

I have tried following code, but it only expands to first level

var parentGrid = $("#Grid").igHierarchicalGrid("rootWidget");
$(parentGrid.allRows()).each(function (index, element) {
$("#Grid").igHierarchicalGrid("expand", element);
});

Please help

Parents Reply Children
No Data