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
Reload igGrid
posted

Dear,

I have infragistic with combo box, check box...and I would like to click on one button, reload it on initial states??

Thanks in advance.

Parents
  • 1145
    Verified Answer
    Offline posted

    Can you be more specific? What initial states? If you simply want to rebind to the data you can do call .igGrid("dataBind");

    If you need to re-set up everything (column info, filters, sorting, etc) in your grid, then I would have a method that recreates your grid and first call .igGrid("destroy") and then call the method that rebuilds your grid from scratch.

Reply Children
No Data