Browse by Tags
All Tags » DataGridControl » 3.0 » DataBinding (RSS)
-
I need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:
DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
|
|
|
|