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

Checking/Unchecking Tree Nodes

1 Answer 49 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Kamal
Top achievements
Rank 1
Kamal asked on 17 Apr 2012, 08:43 AM
Hi

I have a RadTreeView and I need to implement the following:
1) If all child nodes checked, then check parent(all the way up to level 0 if necessary)

Does the RadTreeView already have this capability? i.e to track which parent nodes have to be checked once child node is checked.

Thanks.
Kamal

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Apr 2012, 09:07 AM
Hi Kamal,

I guess you can achieve this using Tri-State CheckBox mode of RadTreeView.

ASPX:
<telerik:RadTreeView ID="RadTreeView1" runat="server" CheckBoxes="true" TriStateCheckBoxes="true" >
.....
</telerik:RadTreeView>

Thanks,
Princy.
Tags
TreeView
Asked by
Kamal
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or