ASPxClientTreeListBatchEditApi.ValidateNode(nodeKey) Method
In Batch Edit mode, validates the specified tree list node.
Declaration
ValidateNode(
nodeKey: string
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| nodeKey | string | An integer value specifying the visible index of the validated node. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
This method allows you to programmatically perform client-side validation of data contained in a specific node.
Note that you can use the ASPxClientTreeListBatchEditApi.ValidateNodes method to validate all tree list nodes.
See Also