React DataGrid - RowValidatingEvent

The type of the rowValidating event handler's argument.

import { DataGridTypes } from "devextreme-react/data-grid"
Type: DataGridTypes.RowValidatingEvent

brokenRules

Selector: BrokenRule

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

model

Model data. Available only if you use Knockout.

Type: any

newData

Selector: NewData
Type:

Object

oldData

Type: any

promise

Type:

PromiseLike object (jQuery, native, etc)