Declined
Last Updated: 28 Oct 2014 14:41 by Jon
ADMIN
Telerik Admin
Created on: 01 Jul 2010 14:52
Category: TreeView
Type: Feature Request
22
TreeView: The CheckState when using TriStateMode have lower priority than ContainerBindings in SL / Style Binding in WPF
When using binding to CheckState property and TriStateMode is enabled the checking of parent (its business object) does not affect unrealized childrens' CheckState, because the bindings have greater priority than the TriState logic. Same in the other direction - checking the child has no effect over the parent.

Marking this as Declined.
TriState Mode is supported in XAML-defined or code behind defined trees with direct creation of 3Viewitems. 
In DataBound scenarios, 3-State should be created by the user with ViewModels as described in this help article.

http://www.telerik.com/help/wpf/radtreeview-howto-tri-state-mvvm.html
1 comment
Jon
Posted on: 13 Jul 2010 07:41
The issue is that the CheckState of TreeViewItems (parent or child) do not get updated when using ContainerBindings.