How can I make a specific row cell readonly(not editable) on XtraGrid? For example just for row[0] but not all rows.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Source: How to Conditionally Prevent Editing for Individual Grid Cells
Source - How to display disabled buttons for particular cells within a ButtonEdit column
Another approach is that assign a read only repository editor control as @DmitryG suggested and I have also implement that way some times when there was a column which contains a button.
References:
How to customize the Look-And-Feel of my grid cells
How to make my grid columns read-only
You can use the GridView.CustomRowCellEdit event:
You can use the ColumnView.ShownEditor event: