Browse by Tags
All Tags » Columns » ReadOnly Column (RSS)
-
Hi,
I have successfully bound the column.visible property for my grid using code behind as per a suggestion in another thread like this:
BindingOperations.SetBinding(this.myGrid.Columns[index], Column.VisibleProperty, new Binding() { Source = DataContext, ...
|
|
|
|