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
375
Grouping not working with igGrid in a UpdatePanel
posted

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().