AdvancedCollectionView part deux
I need some help designing and implementing the rest of AdvancedCollectionView.
- [ ] Grouping
- [x] Live Shaping (sorting, filtering, grouping)
This functionality exists in WPF4.5
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?