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
No Data
Reply
  • 23953
    Offline posted

    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 Pavlov
    Infragistics, Inc.

Children