Completed
Last Updated: 23 Jan 2013 05:13 by ADMIN
ADMIN
Stefan
Created on: 23 Jan 2013 05:13
Category: TreeView
Type: Bug Report
0
FIX. RadTreeView - NullReferenceException when clearing nodes and ShowLines is true
To reproduce:
- populate a tree with some nodes in different levels


- set the ShowLines to true
- select a node on the second level
- clear the nodes on a button click => exception is thrown

WORKAROUND:
radTreeView1.ShowLines = false; 
radTreeView1.Nodes.Clear(); 
radTreeView1.ShowLines = true;
0 comments