React DataGrid - RowUpdatingEvent

The type of the rowUpdating event handler's argument.

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

Object

cancel

Type:

Boolean

|

Promise<Boolean> (jQuery or native)

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.

key

Type: any

newData

Selector: NewData
Type:

Object

oldData

Selector: OldData
Type:

Object