Browse by Tags
All Tags » CellEditors » CellEditor DataTemplate CellContentTemplateSelector (RSS)
-
I have a requirement to be able to change the value of the MaxLength property of a cell editor at run time. When a column's cell editor is the AutoSelectTextBox, our spec says the MaxLength may be changed under certain business rules.
It makes sense to me that one might bind the MaxLength property to an object that holds the current ...
-
I have a DataGrid with a few columns. I do not set the ReadOnly property for the grid or for any columns and while in runtime I can see that the column with the CellEditor ReadOnly property value is False.
However I cannot see the ComboBox im supposed to with the CellEditor. I was worried that maybe some style from controls up in the logical tree ...
|
|
|
|