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
60
Clearing the sort order with clearSort() destroys grouping
posted

Hi Infragistics team,

clearing the sort order with clearSort() (https://es.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/classes/igxgridcomponent.html#clearsort) leaves previusly grouped data in a messy state.

Steps to reproduce:

  1. Group data manually by any column, that has the same value in multiple rows.
    => Values of that column appear alphabteically sorted now.
  2. call grid.clearSort() programatically
    => Values of that column appear multiple times and no appearently not sorted at all.

(Sorting manually again afterwards fixes it. But then it's too late :-))

 

Any idea how to fix this? Thank you!

Best Regards
Mario