Skip to main content

ASPxClientCardViewBatchEditApi.ValidateCard(visibleIndex) Method

In Batch Edit mode, validates the specified CardView card.

Declaration

ValidateCard(
    visibleIndex: number
): boolean

Parameters

Name Type Description
visibleIndex number

The visible index of the validated card.

Returns

Type Description
boolean

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

Remarks

This method allows you to programmatically perform client-side validation of data contained in a specific card.

Note that you can use the ASPxClientCardViewBatchEditApi.ValidateCards method to validate all cards in the CardView.

See Also