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

RadTreeView with IsTriStateMode

1 Answer 116 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Pam
Top achievements
Rank 1
Pam asked on 13 Jul 2011, 11:53 PM
Hi, I'm using the RadTreeView, binding it t to a list of objects, which have a IsChecked property and binding it using the item container style.

 But i trying to get this approach:
- If I choose children, the parent is marked using the IsTriStateMode in true) and the event Checked/Unchecked is fired
- If check the parent root, the children won't be marked and the event Checked isn't fired.

Any ideas of how to do this approach?
thank you

1 Answer, 1 is accepted

Sort by
0
Pam
Top achievements
Rank 1
answered on 14 Jul 2011, 04:51 PM
the problem was solved using
if ((e as RadTreeViewCheckEventArgs).IsUserInitiated == true)
Tags
TreeView
Asked by
Pam
Top achievements
Rank 1
Answers by
Pam
Top achievements
Rank 1
Share this question
or