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