Completed
Last Updated: 18 Sep 2012 09:16 by ADMIN
ADMIN
Stefan
Created on: 18 Sep 2012 09:16
Category: TreeView
Type: Bug Report
1
FIX. RadTreeView - can't add nodes to a tree bound to a DataTable
To reproduce:
public Form1()
        {
            InitializeComponent();

            DataTable table = new DataTable();
            table.Columns.Add("ID");
            table.Columns.Add("Name");

            for (int i = 0; i < 10; i++)
            {
  
0 comments