Skip to main content
A newer version of this page is available. .

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

An integer value specifying 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