ASPxClientTreeListBatchEditApi.ValidateNodes Method
Performs validation of tree list data contained in all nodes when the tree list operates in Batch Edit mode.
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