ASPxClientTreeListBatchEditApi.ValidateNodes Method
In Batch Edit mode, validates all tree list nodes.
Declaration
ValidateNodes(
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 nodes.
Note that you can use the ASPxClientTreeListBatchEditApi.ValidateNode method to validate a specified node.
See Also