I have a RadGridView with MultiSelect turned on. When this Grid is instantiated, I need to select rows that are determined from a List passed into the ViewModel. Any ideas on how to do this? The "SelectedItems" property of the RadGridView is readonly and cannot be set via markup.
Thank you!
2 Answers, 1 is accepted
0
Stefan
Telerik team
answered on 23 Jan 2015, 02:20 PM
Hello Steve,
A way of accessing the SelectedItems property of the RadGridView is through the code-behind of your application. Please refer to the Programmatic Selection documentation article.
Let me know how this works for you.
Best Regards,
Stefan
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.