Hi there,
I have a composite collection and I am trying to implement sorting on this collection. When I call the CollectionViewSource.GetDefaultView I get a CompositeCollectionView.
I need to implement cutom sorting on this collection view just like you can do with the ListCollectionView yet this object does not have a customSort property...
how can I transform this view into a ListCollectionView or any other workarounds.... another thing I am trying to do a customsort since the SortDescription throws a NotSupportedException....
Thanks in advance for the help...