This is a migrated thread and some comments may be shown as answers.

[Solved] Access to QueryableCollectionView

2 Answers 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Fahad
Top achievements
Rank 1
Fahad asked on 28 Jun 2011, 09:10 AM
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

2 Answers, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 28 Jun 2011, 09:18 AM
Hi Fahad,

Have you tried working with the wrapper you have mentioned? The wrapper is available through the Items property. 

If that is not possible, I would like to ask for more detailed information about your requirements so that we can provide you with the best possible solution. 

Best wishes,
Milan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Fahad
Top achievements
Rank 1
answered on 28 Jun 2011, 10:10 AM
Hi Milan,

Yes, I did work with your wrapper and it looks like it will solve most use cases. I'm working out some big auto-updating screens now, so I was rather interested to know how-to access the internal view, but then like you say the wrapper would be enough I think. Let me work out things and see how I progress. Will get back to you if I have a scenario when I'm stuck.

-Fahad
Tags
GridView
Asked by
Fahad
Top achievements
Rank 1
Answers by
Milan
Telerik team
Fahad
Top achievements
Rank 1
Share this question
or