vendredi 27 février 2015

How to programmatically select multiple nodes in RadTreeView in C#

I want to programmatically select multiple nodes in my RadTreeView from Telerik component in a C# application. It's a winform.


I've set MultiSelect property to True. But when I try this:



myTree.SelectedNodes= someNodeCollection;


It says:



SelectedNodes has no setter



Is there a way to do this programmatically?


Aucun commentaire:

Enregistrer un commentaire