jQuery DataGrid - RowValidatingEvent

The type of the rowValidating event handler's argument.

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

Object

brokenRules

Type:

Array<ValidationRule>

component

The UI component's instance.

Type:

DataGrid

element

The UI component's container.

errorText

Type:

String

isValid

Type:

Boolean

key

Type: any

newData

Type:

Object

oldData

Type: any

promise

Type:

Promise<void> (jQuery or native)