-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
AdvancedCollectionView part deux #1128
Comments
Please do so, I have been looking for this functionality too. |
I'm willing to discuss a bounty for implementing Grouping if anyone wants to give it a shot :) |
Hey guys, what is the current status of this issue? |
+1 - Just realized I need both filtering and grouping! |
@vgromfeld is this anything you're familiar with having done the #3201 work? Wondering how we can know the size of this work or at least provide pointers to anyone who wants to pick it up. |
@michael-hawker, is grouping implemented in AdvancedCollectionView? Are there some examples of how to use it? I need a collection that supports grouping and filtering. AdvancedCollectionView seems like a good candidate for this. But I can't understand from the documentation if it is there or if it's just unfinished. I will be very grateful for the help. |
@Sergio0694 I know you had thought about adding this scenario the MVVM Toolkit sample app. Maybe that's something @niels9001 could help with? I know this is a common scenario that we still don't have a good example on. Not sure if it makes sense to do something directly with ObservableGroup + Linq or ObservableGroup + AdvancedCollectionView for filtering? |
I need some help designing and implementing the rest of
AdvancedCollectionView
.This functionality exists in WPF4.5
The text was updated successfully, but these errors were encountered: