Completed
Last Updated: 02 Feb 2016 05:59 by John
When a child item from a RadTreeView is selected and then the selection is changed to any of the parents of this item, the FocusVisual (the dotted border) stays on the child item.


Available in LIB version: 2016.1.21
Completed
Last Updated: 28 Jan 2014 09:25 by ADMIN
ADMIN
Created by: Petar Mladenov
Comments: 0
Category: TreeView
Type: Bug Report
1
When we drag and drop an Item of the RadTreeView out of the tree, the VisualState of the item stays mouse over.
Even if we click or drag other items, the only way to reset the VisualState of the item is to mouse over it. 
This can be observed in Silverlight's  Theming demo. 
===============

Resolution: The issue can be easily solved by setting telerik:TreeViewSettings.DragDropExecutionMode="New". This will be the default setting in future releases.
Completed
Last Updated: 10 Mar 2014 08:52 by ADMIN
ArgumentException is thrown when TreeView becomes visible on a touch device
Completed
Last Updated: 01 Sep 2015 11:49 by ADMIN
Subscribing for the touch event ahndling in OnApplyTemplate might cause mermmory leaks or misfunction. Example - TreeView is first RadTabItem of TabControl. After several tabs pressing, the touch will not work - it is unregistered on Unloaded but it is not registered second time because OnApplyTemplate does not fire second time.