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

Parent Node Selection

1 Answer 54 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mohammed
Top achievements
Rank 1
Mohammed asked on 08 Sep 2013, 06:19 AM
Hi,

I have the latest dll version. Currently we are facing issues with the Treeview control.

When a parent node is selected, all the child nodes get selected but not the Parent node. I have tried with "TriStateCheckboxes = True", unfortunately when I deselect all the child nodes the parent is deselected.

Ex: I have departments and Sub-Departments and I assign employees at all levels. I have to filter on Employees belong to Parent department alone. I select only the Parent Department from the treeview for my filter.

This control was working as expected before we deploy the current dll. 

Please treat this on priority.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Sep 2013, 12:13 PM
Hi Mohammed,

You can set the CheckBoxes as well as the CheckChildNodes property of the RadTreeView to true so that child nodes are checked on checking the parent node. The parent node remains checked even if you uncheck the child nodes.

Hope this helps,
Shinu.
Tags
TreeView
Asked by
Mohammed
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or