I use the igGrid from infragastics ignite-ui. I have activeted the 'group by' feature of the widget which works fine. The GroupByLabel has an ASC and DESC sorting option too but usually it is alphabetic sorting. Is it possible to attach somehow my sorting logic for that?
The most important is that ASC/DESC sorting happens on the count of the grouped rows (length of their children) instead of the alphabetic order.
I did not see any method, event which is triggered when the user sorting by the group label (and not by the columns!)
I use the jQuery version and not the Angular.