Angular DataGrid - Editing
import { DxDataGridTypes } from "devextreme-angular/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:
Object structure:
Name | Type | Description |
---|---|---|
component |
The UI component's instance. |
|
row |
The row's properties. |
Return Value:
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:
Object structure:
Name | Type | Description |
---|---|---|
component |
The UI component's instance. |
|
row |
The row's properties. |
Return Value:
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.