JavaScript/jQuery DataGrid - RowInsertingEvent

The type of the rowInserting event handler's argument.

import { RowInsertingEvent } 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

data

Type:

Object

element

The UI component's container.

model

Model data. Available only if you use Knockout.

Type: any