Skip to main content

ASPxClientVerticalGridBatchEditApi.ValidateRecord(visibleIndex) Method

In batch edit mode, validates the specified grid record.

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