Browse by Tags
All Tags » "Data Bind... » DataCell » multibinding converter (RSS)
-
I am trying to set the ReadOnly Property of a DataCell based on the value in the DataCell being equal to the value in an ordinary TextBox outside of the DataGrid.
This is what I am trying to implement:
<Style TargetType=''{x:Type xcdg:DataCell}''>
<Setter Property=''ReadOnly'' Value=''False'' ...
|
|
|
|