React DataGrid - EditingStartEvent

The type of the editingStart event handler's argument.

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

Object

cancel

Specifies whether the event is cancelable.

Type:

Boolean

column

Type:

Object

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

key

Type: any