Completed
Last Updated: 05 Jun 2014 07:07 by ADMIN
ADMIN
Peter
Created on: 08 Jan 2013 07:43
Category: TreeView
Type: Bug Report
4
FIX. RadTreeView should be updated automatically when binding-source is updated with new record.
Steps to reproduce:

    public partial class Form3 : Form    {        private RadTreeView treeView = new RadTreeView();        private BindingSource bindingSource = new BindingSource();        private BindingSource bindingSource2 = new BindingSource();   
0 comments