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

How to Align CheckBox check status with TreeView Selection and vice versa?

1 Answer 144 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Suresh
Top achievements
Rank 1
Suresh asked on 09 Nov 2018, 11:06 PM

I am using RadTreeView with  IsTriStateMode="True" and IsOptionElementsEnabled="True" options. i am having an issue on aligning the selection of TreeViewItem and the checkbox state. i tried binding IsChecked and IsSelected properties, but did not work as expected.  

I prefer doing in XAML. Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 14 Nov 2018, 09:55 AM
Hello Suresh,

The checkbox functionality of RadTreeView has few known issues. This is why I would recommend you to implement a custom one using the How to Implement a Tri-State CheckBox logic using MVVM article.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
TreeView
Asked by
Suresh
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or