This question is locked. New answers and comments are not allowed.
Hi, How do I access the QueryableCollectionView that the GridView is maintaining internally? I do see a DataItemCollection that is wrapper and it internally holds the real QueryableCollectionView.
The reason why I want this is my app is fully MVVM based and I don't want to pass around the GridView to control the data representation. I also want the QueryableCollectionView to do some other logical calculations based on groupings etc., Please let me know with a sample.
-Fahad
The reason why I want this is my app is fully MVVM based and I don't want to pass around the GridView to control the data representation. I also want the QueryableCollectionView to do some other logical calculations based on groupings etc., Please let me know with a sample.
-Fahad