Vue DataGrid - RowValidatingEvent

The type of the rowValidating event handler's argument.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.RowValidatingEvent

brokenRules

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:

PromiseLike object (jQuery, native, etc)