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

ASPxClientCardViewBatchEditApi.ValidateCards Method

Performs validation of CardView data contained in the cards when the CardView operates in Batch Edit mode.

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