Completed
Last Updated: 23 Dec 2011 08:14 by ADMIN
ADMIN
Ivan Todorov
Created on: 23 Dec 2011 08:14
Category: TreeView
Type: Bug Report
2
FIX. NullReferenceException in RadTreeView when calling Nodes.Clear() in a batch update
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();
0 comments