ASPxClientVerticalGridBatchEditApi.ValidateRecords Method
In batch edit mode, validates all grid records.
Declaration
ValidateRecords(
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 all records.
Note that you can use the ASPxClientVerticalGridBatchEditApi.ValidateRecord method to validate the specified record in a grid.
See Also