You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grouping was not calling sort changed which meant that external sorting
with grouping wasn't working.
- Adds a call to raise a `sortChanged` event when grouping.
- Additionally adds a test to grouping to ensure that this event is
raised.
Closes#4155
Problem
When grouping with server sorting enabled the data does not sort first.
Steps to reproduce:
http://plnkr.co/edit/Fa9TmlYZTIjPqu5xOThU?p=preview
Desired result
When grouping the server sort should be triggered when grouping.
Is this as intended or is it a bug?
The text was updated successfully, but these errors were encountered: