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
Hello Jaswanth,
It's hard to guess what's the problem in your case, so I need more information. Here are my questions for you:
Are you getting some JavaScript errors in the browser console?
What version of the Ignite UI controls are you using? To get the version execute the following code in the browser console:
$.ui.igGrid.version
Also, can you provide a sample for me to investigate?
Thanks in advance,Martin PavlovInfragistics, Inc.
Hi Martin ,
Thanks for your response
I'm using version: 14.2.20142.2140
and no console errors .