| id | GridBaseColumn.allowEditing |
|---|---|
| type | Boolean |
| default | true |
Specifies whether a user can edit values in the column at runtime. By default, inherits the value of the editing.allowUpdating property.
#include btn-open-demo with { href: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/BatchUpdateRequest/" }
[note] If values in the column are calculated customarily using the calculateCellValue property, they cannot be edited at runtime.
#####See Also#####