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

TreeView

1 Answer 38 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Way Hang Wee
Top achievements
Rank 1
Way Hang Wee asked on 02 Jun 2010, 08:07 AM
Hi, i have tree view with CheckBoxes="True", how can i have a checkbox to select all the items in the tree view?
Thanks!

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Jun 2010, 12:50 PM
Hi,

The following  code will help you to check all nodes of the current RadTreeView object.
          RadTreeView1.CheckAllNodes();

-Shinu.
Tags
TreeView
Asked by
Way Hang Wee
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or