Skip to main content

ASPxClientVerticalGridBatchEditApi.ValidateRecord(visibleIndex) Method

Performs validation of grid data contained in the specified record when the grid operates in batch edit mode.

Declaration

ValidateRecord(
    visibleIndex: number
): boolean

Parameters

Name Type Description
visibleIndex number

The visible index of the validated record.

Returns

Type Description
boolean

true, if data in the specified record passes validation; otherwise, false.

Remarks

This method allows you to programmatically perform client-side validation of data contained in a specific record.

Note that you can use the ASPxClientVerticalGridBatchEditApi.ValidateRecords method to validate all grid records.

See Also