Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(grouping): Grouping now raises a sort changed event #4175

Merged
merged 1 commit into from
Aug 12, 2015

Conversation

JLLeitschuh
Copy link
Contributor

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

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
swalters added a commit that referenced this pull request Aug 12, 2015
fix(grouping): Grouping now raises a sort changed event
@swalters swalters merged commit 17d816c into master Aug 12, 2015
@JLLeitschuh JLLeitschuh deleted the fix/groupSorting branch August 12, 2015 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants