Vue DataGrid - SavingEvent

The type of the saving event handler's argument.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.SavingEvent

cancel

Type:

Boolean

changes

Selector: DxChange
Type:

Array<DataChange>

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

element

The UI component's container.

promise

Type:

Promise<void> (jQuery or native)