I have a grid with the feature GroupBy enable inside an update panel. With every post back the grid is adding a new ui-iggrid-groupbyarea which I need to clean up myself using:
$('.ui-iggrid-groupbyarea').slice(1).remove();
It looks that the component does not clean up properly before calling iggrid().
Hi,
Are you destroying the grid before re-creating it again?
$("#grid").igGrid("destroy");
Thanks,
Angel
I tried your suggestion of destroying the grid (which I was not doing) before calling igGrid() again, but it have not solved the problem.
Hello ldwedari ,
Thank you for your sample.
Using ig.ui.grid.min.js from the latest service release I was not able to reproduce the issue
http://cdn-na.infragistics.com/jquery/20112/2060/js/combined/min/ig.ui.grid.min.js
I recommend you upgrading to it.
Let us know if you still experience the issue after that.
Angel, I cannot upload files bigger than 200Kb here, so I've open the Case Number: CAS-85362-WXYPN2
You can find a test project attached there.
Regards.
i've checked the GroupBy code and it's correctly removing all of its UI on destroy(), could you post some of your code if possible?
Thank you,