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.
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.
Hi Pete,
Yes, I would like to re-set up everything in my grid, and it's work perfectly with .igGrid("destroy").
Thank you,
Best wishes,
Benjamin