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 |
|
Returns
Type | Description |
---|---|
boolean |
|
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