Skip to main content

ASPxClientCardViewBatchEditApi.ValidateCards Method

In Batch Edit mode, validates all CardView cards.

Declaration

ValidateCards(
    validateOnlyModified?: boolean
): boolean

Parameters

Name Type Description
validateOnlyModified boolean

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

Returns

Type Description
boolean

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

Remarks

This method allows you to programmatically perform client-side validation of data contained in the grid’s cards.

Note that you can use the ASPxClientCardViewBatchEditApi.ValidateCard method to validate the specified card in the CardView.

See Also