This question is locked. New answers and comments are not allowed.
Hello,
I try to bind the RadGridView with a collection that implements ICollectionView interface (I don't want to use your QueryableCollectionView because I don't want that my ViewModel depends on third-party libraries).
And I don't know how I can filter the data without using your QueryableCollectionView.
Cordially,
Stephane.
I try to bind the RadGridView with a collection that implements ICollectionView interface (I don't want to use your QueryableCollectionView because I don't want that my ViewModel depends on third-party libraries).
For SortDescriptions and GroupDescriptions properties of my CollectionView object, it works. But, when I sort a column that is in the group header of the RadGridView, the grouped column is not added to the SortDescriptions property of my CollectionView object.
And I don't know how I can filter the data without using your QueryableCollectionView.
Cordially,
Stephane.