React DataGrid - RowValidatingEvent

The type of the rowValidating event handler's argument.

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

Object

brokenRules

Selector: BrokenRule
Type:

Array<ValidationRule>

component

The UI component's instance.

Selector: Component
Type:

DataGrid

element

The UI component's container.

errorText

Type:

String

isValid

Type:

Boolean

key

Type: any

newData

Selector: NewData
Type:

Object

oldData

Type: any

promise

Type:

Promise<void> (jQuery or native)