If the DPI configuration has 120% value, Save, Close and Cancel buttons disappear from the Property Builder form.
When the ShowLines property is enabled and load on demand hierarchy is uses, the node link lines are not rendered properly.
When you press the right mouse button twice the pointed node is expanded.
When the RadTreeView is in edit mode, the top or bottom border of the editor is missing.
The selection should not be cleared, when you start drag operation from any of the selected nodes in multi-selection.
When a tree is bound using object-relational binding the editing does not work for nodes that are on level higher than the first.
Font settings for particular node made by Property Builder are washed up if the Property Builder is opened again.
Some nodes do not auto-expand when hovered while dragging nodes.
When self reference data binding is in place, editing a root node throws a null reference exception.
The built-in drag-and-drop mechanism in RadTreeView should be revisited. Currently some events are not raised properly under certain conditions.
Sometimes, e.Node and e.TargetNode are null in the DragEnded event handler
Nodes are not always dropped successfully on another treeview when the source nodes are selected.
Create a new project and add RadTreeView Handle the Click event Call the Close method of the Form when handling the Click event
1. navigate to some tree item, try to right-click it to see context menu. It is working ok 2. have the focus on tree item, and having the mouse over that item, try to press context keyboard button
Use the project from the ticket to reproduce this issue.
Use the scrollintoview method of the tree to select a node while the treeview has not the focus.
1. Create a new project and add RadTreeView 2. Add Add and Clear buttons 3. On Add button click - add nodes 4. On Clear button click - call the Clear method of the Nodes collection 5. Run the project and click the Add/Clear methods several times
1. Create a new project with RadTreeView 2. Run the project 3. Click inside RadTreeView 4. Press the up/down arrows several times 5. An exception will occur
When there is a tree node with long text and the FullRowSelect property is set to false and you click on this node, the scrollbar will scroll to right.