Vue DataGrid - RowInsertingEvent

The type of the rowInserting event handler's argument.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.RowInsertingEvent

cancel

Type:

Boolean

|

PromiseLike object (jQuery, native, etc)

|

PromiseLike object (jQuery, native, etc)

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

data

Type:

Object

element

The UI component's container.