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

Multi-Select Check(s) in TreeView

1 Answer 441 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 05 Feb 2018, 08:04 PM

Assume MultiSelect = true; And also assume they are all checkboxes.

Scenario--

I multi-select several nodes and when they are selected, I want to check any node within my selection and select all nodes that are selected..

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 06 Feb 2018, 11:10 AM
Hello, John,

Thank you for writing.  

You can subscribe to the SelectedNodeChanged event which is fired when the selection state of a RadTreeNode is changed. In the RadTreeViewEventArgs you have access to the affected node. Thus, you can manipulate its CheckState or Checked property considering the value of the RadTreeNode.Selected property.

I hope this information helps. Should you have further questions I would be glad to help. 
 
 Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Treeview
Asked by
John
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or