michaellperry / Assisticant

MIT License
36 stars 19 forks source link

ICollectionView grouping is not working with assiticant #18

Open nehakhandelwal opened 9 years ago

nehakhandelwal commented 9 years ago

ICollectionView collectionView = CollectionViewSource.GetDefaultView(this.SearchResultList) as CollectionView; collectionView .Group is not working it was a working code. not confirm what is this.

michaellperry commented 9 years ago

I posted a more detailed answer on the Google Group. Let's let this issue stand as a request to better support CollectionViewSource out of the box.