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,
I'm glad that you made it work by yourself.In case you want to dig into this we're always ready to help.
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 haven't received feedback from you. Were you able to resolve your issue?
Let me know if you have further questions regarding this subject.
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?
Thanks in advance,Martin PavlovInfragistics, Inc.
Hi Martin ,
Thanks for your response
I'm using version: 14.2.20142.2140
and no console errors .