ASPxClientTreeListBatchEditApi.ValidateNodes Method
In This Article
Performs validation of tree list data contained in all nodes when the tree list operates in Batch Edit mode.
#Declaration
TypeScript
ValidateNodes(
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 all nodes.
Note that you can use the ASPxClientTreeListBatchEditApi.ValidateNode method to validate a specified node.
See Also