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

How to Check all the treeNodes by default?

0 Answers 29 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Goutham
Top achievements
Rank 1
Goutham asked on 07 Mar 2011, 06:50 AM

Hi all,

 

Is there any way i can make all the nodes of the treeview checked  by default other than looping through the nodes and setting each node property

Checked=true;

I dont want to unnecassary loop through the node collection to set each node property.

There should be easy way of doing this by setting simple property for the entire treeview.

Oh also I dont have these properties

TriStateCheckBoxes="true" CheckChildNodes="true" as it is not supported in my version of rad treeview

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Goutham
Top achievements
Rank 1
Share this question
or