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
165
Expand igHierarchicalGrid Dynamically
posted

var parentGrid= $("#ProcessGrid").igHierarchicalGrid("rootWidget");

$("#ProcessGrid").igHierarchicalGrid("expand", parentGrid.rowAt(0));

for the fist time it is loading .

and I'm trying to call it again in middle to expand dynamically for particular row it is not working

like I'm trying to call 3 row so 

given:

$("#ProcessGrid").igHierarchicalGrid("expand", parentGrid.rowAt(2));// Not Working

Parents Reply Children
No Data