Completed
Last Updated: 07 Jun 2011 04:40 by Svetlin
When you add a new node in self-referencing hierarchy, several nodes are added on random levels. In addition, if you remove an existing node, a NullReferenceException is thrown.
test project:
using System.Data;
using System.Windows.Forms;
using Telerik.WinControls.UI;
namespace Lab.Tree
{
public partial class TreeSelfReferenceAddFrom : Form
{
private RadTreeView treeView = new RadTreeView();
public TreeSelfReferenceAddFrom()
{
InitializeComponent();
treeView.Dock = DockStyle.Fill;
treeView.Parent = this;
treeView.AllowDefaultContextMenu = true;
treeView.AllowAdd = true;
treeView.AllowEdit = true;
treeView.AllowDrop = true;
treeView.AllowDragDrop = true;
treeView.AllowRemove = true;
DataTable table = new DataTable();
table.Columns.Add("ID");
table.Columns.Add("ParentID");
table.Columns.Add("Name");
table.Rows.Add(1, 0, "Name1");
table.Rows.Add(2, 0, "Name2");
table.Rows.Add(3, 0, "Name3");
table.Rows.Add(4, 1, "Name5");
table.Rows.Add(5, 1, "Name6");
table.Rows.Add(6, 3, "Name6");
treeView.DisplayMember = "Name";
treeView.ChildMember = "ID";
treeView.ParentMember = "ParentID";
treeView.DataSource = table;
}
}
}
Completed
Last Updated: 31 May 2011 04:07 by Svetlin
When the RadTreeView is not in full row select mode, the selected node crops its text.
Completed
Last Updated: 22 Jun 2011 12:13 by Svetlin
The XML serialization of RadTreeNode does not serialize its Font and ForeColor properties. The XML deserialization does not create a checked nodes from xml file that contains serialized checked nodes.
Completed
Last Updated: 20 Jun 2011 04:43 by Svetlin
If the RadTreeView does not have node, the Property Builder is closed when the Color Selector button is clicked.
Completed
Last Updated: 21 Jun 2011 04:05 by Svetlin
The AllowDrop property of RadTreeNode allows dropping of node when its value is false.
Completed
Last Updated: 22 Jun 2011 03:35 by Svetlin
If the DPI configuration has 120% value, Save, Close and Cancel buttons disappear from the Property Builder form.
Completed
Last Updated: 16 Jun 2011 03:46 by Svetlin
When the ShowLines property is enabled and load on demand hierarchy is uses, the node link lines are not rendered properly.
Completed
Last Updated: 17 Mar 2011 08:32 by Svetlin
When you press the right mouse button twice the pointed node is expanded.
Completed
Last Updated: 17 Mar 2011 08:34 by Svetlin
When the RadTreeView is in edit mode, the top or bottom border of the editor is missing.
Completed
Last Updated: 21 Mar 2011 06:21 by Svetlin
The selection should not be cleared, when you start drag operation from any of the selected nodes in multi-selection.
Completed
Last Updated: 27 Dec 2016 15:14 by ADMIN
Completed
Last Updated: 09 May 2013 10:18 by ADMIN
When a tree is bound using object-relational binding the editing does not work for nodes that are on level higher than the first.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: TreeView
Type: Bug Report
0
Font settings for particular node made by Property Builder are washed up if the Property Builder is opened again.
Completed
Last Updated: 03 Feb 2010 03:23 by ADMIN
ADMIN
Created by: Victor
Comments: 0
Category: TreeView
Type: Bug Report
0
Some nodes do not auto-expand when hovered while dragging nodes.
Completed
Last Updated: 04 Feb 2010 02:25 by ADMIN
ADMIN
Created by: Victor
Comments: 0
Category: TreeView
Type: Bug Report
0
When self reference data binding is in place, editing a root node throws a null reference exception.
Completed
Last Updated: 12 Feb 2010 09:18 by ADMIN
The built-in drag-and-drop mechanism in RadTreeView should be revisited. Currently some events are not raised properly under certain conditions.
Completed
Last Updated: 20 Jan 2010 14:19 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TreeView
Type: Bug Report
0
Sometimes, e.Node and e.TargetNode are null in the DragEnded event handler
Completed
Last Updated: 03 Feb 2010 11:27 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TreeView
Type: Bug Report
0
Nodes are not always dropped successfully on another treeview when the source nodes are selected.
Completed
Last Updated: 21 Mar 2011 06:17 by ADMIN
Create a new project and add RadTreeView
Handle the Click event
Call the Close method of the Form when handling the Click event
Completed
Last Updated: 24 Feb 2012 09:30 by ADMIN
ADMIN
Created by: Jack
Comments: 0
Category: TreeView
Type: Bug Report
0
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