DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

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.

Type:

DataGrid

data

Type:

Object

element

The UI component's container.

key

Type: any

model

Model data. Available only if you use Knockout.

Type: any