ASPxClientVerticalGridBatchEditApi.ValidateRecords Method
Performs validation of grid data contained in all records when the grid operates in batch edit mode.
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