JavaScript/jQuery DataGrid - RowUpdatingEvent

The type of the rowUpdating event handler's argument.

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

Object

cancel

Type:

Boolean

|

PromiseLike object (jQuery, native, etc)

|

PromiseLike object (jQuery, native, etc)

component

The UI component's instance.

Type:

DataGrid

element

The UI component's container.

key

Type: any

model

Model data. Available only if you use Knockout.

Type: any

newData

Type:

Object

oldData

Type:

Object