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

How to get RadTreeview node name or node is checked

1 Answer 155 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 2
Johnny asked on 22 Mar 2011, 12:16 PM
How can i loop through the RadTreeView all node. Which i can get the node name and node is checked or not?

Im using Q2 2010 Telerik for WinForm.

p/s:
Currently my project is running under (Trial) Q2 2010 Telerik for WinForm, I already purchased the Q1 2011

May i know what should i do?
Uninstall Q2 2010 and Install Q1 2011? or Direct install Q1 2011?
Will that effect my project?


Regards
Johnny

1 Answer, 1 is accepted

Sort by
0
Svett
Telerik team
answered on 24 Mar 2011, 12:59 PM
Hi Johnny,

You can read more about how you can accomplish it with Q1 2010 (2011.1 11.315) in this form thread.
In Q2 2010, you can accomplish this by using the following code snippet:

treeView.Nodes.Find("key", true)

Greetings,
Svett
the Telerik team
Tags
Treeview
Asked by
Johnny
Top achievements
Rank 2
Answers by
Svett
Telerik team
Share this question
or