React DataGrid - SavingEvent

The type of the saving event handler's argument.

import { SavingEvent } from "devextreme/ui/data_grid"
Type:

Object

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)