React DataGrid - SavingEvent

The type of the saving event handler's argument.

import { DataGridTypes } from "devextreme-react/data-grid"
Type: DataGridTypes.SavingEvent

cancel

Type:

Boolean

changes

Selector: Change
Type:

Array<DataChange>

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.

promise

Type:

Promise<void> (jQuery or native)