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
25
igHierarchicalGrid databind issue
posted

Hello,

I'm trying to have the igHierarchicalGrid rebind data after a button click but it keeps giving me "Uncaught Error: initialDataBindDepth cannot be edited after initialization. Its value should be set during initialization."

I tried this below:

$("#table").igHierarchicalGrid("dataBind");

but doesn't seem to do anything.  I found a post saying they reinitialized the igHierarchicalGrid but am reproduce the same results.  Any help would be appreciated.  Thanks

Parents
  • 25
    posted

    I figured it out.  I was trying to reinitialize the Grid every time the button was pressed.  What I needed to do was just send that data to the already initialized grid.

Reply Children
No Data