ASPxClientCardViewBatchEditApi.ValidateCards Method
In This Article
Performs validation of CardView data contained in the cards when the CardView operates in Batch Edit mode.
#Declaration
TypeScript
ValidateCards(
validateOnlyModified?: boolean
): boolean
#Parameters
Name | Type | Description |
---|---|---|
validate |
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