Browse by Tags
All Tags » read only cell (RSS)
-
Hi All,
I am trying to make some cells in datagrid to be readonly but not the whole column nor the whole row. The datacontext of each item is bound to an entity that has a IsReadOnly property.
-
Hi Michael,
finally I solve it, thank you. Use of MultiDataTrigger in DataCell style was solution. Now it works as expected. Here is that style when somebody needs similar functionality:<!--force readonly of cell when its data are not editable--><Style TargetType=''{x:Type ...
-
Hi Michel,
my problem is that even though I set DataCell property ReadOnly=''True'' there is possible to activate CellEditor for that Cell. My situation is following: I have grid with columns A,B,C,D and rows 0,1,2. I need to have editable cells in column B, C, D, but not cells B1, B2, C0. How to achieve that?When I set DataCell ...
-
Since my converter is derived from IValueConverter Class ,it only gets me the dataRow(Value) as the value,and is their anyway of passing cell value to the converter ?Can you please let me know if their is any other way of overcoming this problem
|
|
|
|