Completed
Last Updated: 12 Sep 2015 06:03 by ADMIN
ADMIN
Hristo
Created on: 19 Aug 2015 08:54
Category: TreeView
Type: Bug Report
1
FIX. RadTreeView - after a data bound node is edited and the data source is updated , two nodes are added to the control
Workaround:

After updating the binding source reset the data source of the tree

this.radTreeView.DataSource = null;

this.radTreeView.DataSource = this.MyBindingSource;
0 comments