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

SelectedItems

1 Answer 93 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Frustrated Dev
Top achievements
Rank 1
Frustrated Dev asked on 29 Nov 2010, 10:50 PM
Hello,

I have three views of my data. One of those views uses the RadGridView. This RadGridView is binding to a collection of custom entities. When a user switches to the view that uses the RadGridView, I know which of the entities should be selected. However, I've noticed that I cannot declaratively set the SelectedItems property. Because of this, it breaks my View/Model implementation.

How can I set the SelectedItems property? Please bear in mind that I'm concerned that the UI virtualization will ignore selected results across larger result sets. Is this a legitimate concern?

Thank you,

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 30 Nov 2010, 08:02 AM
Hello Frustrated Dev,

Such collections usually are read only -  you can check for reference all standard Silverlight and WPF controls with multiple selection. To achieve your goal I suggest you to check this blog post

Regards,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
GridView
Asked by
Frustrated Dev
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or