BringIntoView() does not work on multiselect TreeViews. The property MultiSelect = true
The node find methods of RadTreeView should not perform over the inernal RootTreeNode.
The SelectedNodes collection is not cleared, when the clear all nodes in single selection mode.
When the RadTreeView is disabled, nodes text is rendered as bold text.
The checked state of parent node is incorrect when TriStateMode is enabled and it has a child node with no check type.
Copy and paste in RadTreeView does not copies all properties of RadTreeNode.
The SelectedNodeChanged event in RadTreeView is fired before the SelectedNodes collection is updated.
RadTreeView. Add node templates as ASP.NET AJAX - http://www.telerik.com/help/aspnet-ajax/treeview-templates-structure.html
Scenario: We have an object P which has two lists of child objects of types C1 and C2. If we create a list of P and we try to bind the tree to this list and display the two lists as child nodes, we will not succeed.
In RadTreeView, if AllowPlusMinusAnimation property is true and LoadOnDemand is true as well, plus/minus symbols disappears.
There is a single pixel behind the vertical scrollbar in RadTreeView where the text of long tree nodes is visible.
The background changes to white when clicking an item in RadTreeView and using Office 2010 theme.
Add a possibility to set the auto-expand delay on drag-drop in RadTreeView.
After executing the following code and checking the checkbox of the node, a NullReferenceException is thrown: this.radTreeView1.BeginUpdate(); this.radTreeView1.Nodes.Clear(); radTreeView1.Nodes.Add(new RadTreeNode("name")); this.radTreeView1.EndUpdate();
FIX RadTreeView - the CheckedNodes property should return the number of the logical checked nodes, not the visual once
1. Create a new project containing a RadTreeView 2. Add some nodes 3. On a Button.Click event call the Collapse method for the selected node 4. Run the application and click the button
Make the editing behavior in RadTreeView to be similar as the one present in windows explorer tree
If you set the AllowDragDrop property to true, the node context menu should contains Cut, Copy and Paste items.
BUG. RadTreeView throws an exception when an object is being added and delete from its undelying BindingSource
FIX. RadTreeView - the tree should keep its selection, expanded nodes and scroll position when new record is added to its underlying data source