JavaScript/jQuery DataGrid - Editing
Configures editing.
import { Editing } from "devextreme/ui/data_grid"
allowDeleting
Specifies whether a user can delete rows. It is called for each data row when defined as a function.
Function parameters:
options:
Information about the current row.
Object structure:
| Name | Type | Description |
|---|---|---|
| component |
The UI component's instance. |
|
| row |
The row's properties. |
Return Value:
true if the row can be deleted; otherwise false.
Default Value: false
allowUpdating
Specifies whether a user can update rows. It is called for each data row when defined as a function.
Function parameters:
options:
Information about the current row.
Object structure:
| Name | Type | Description |
|---|---|---|
| component |
The UI component's instance. |
|
| row |
The row's properties. |
Return Value:
true if the row can be updated; otherwise false.
Default Value: false
Feel free to share topic-related thoughts here.
If you have technical questions, please create a support ticket in the DevExpress Support Center.
Thank you for the feedback!
If you have technical questions, please create a support ticket in the DevExpress Support Center.