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 .
I'm struggling reproducing this. I'm attaching my sample for your reference. Can you check whether I'm doing something wrong?
Are there any features enabled for the igHierarchicalGrid?
I haven't received feedback from you. Were you able to resolve your issue?
Let me know if you have further questions regarding this subject.
Best regards,Martin PavlovInfragistics, Inc.
Hi Martin Pavlov,
Sorry for late response ,actually it didnt worked may be problem with my code so i solved it in different way.
Thanks & Regards ,
Jaswanth.
I'm glad that you made it work by yourself.In case you want to dig into this we're always ready to help.