DevExtreme v23.1 is now available.

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

RowRemovingEvent

The type of the rowRemoving event handler's argument.

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

Object

cancel

Type:

Boolean

|

Promise<void> (jQuery or native)

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