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

ASPxClientVerticalGridBatchEditApi.ValidateRecords Method

Performs validation of grid data contained in all records when the grid operates in batch edit mode.

Declaration

ValidateRecords(
    validateOnlyModified?: boolean
): boolean

Parameters

Name Type Description
validateOnlyModified boolean

true, if only modified records should be validated; otherwise, false.

Returns

Type Description
boolean

true, if data in all records passes validation; otherwise, false.

Remarks

This method allows you to programmatically perform client-side validation of data contained in all records.

Note that you can use the ASPxClientVerticalGridBatchEditApi.ValidateRecord method to validate the specified record in a grid.

See Also