React DataGrid - InitNewRowEvent

The type of the initNewRow event handler's argument.

import { DataGridTypes } from "devextreme-react/data-grid"
Type: DataGridTypes.InitNewRowEvent

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

promise

Type:

Promise<void> (jQuery or native)