Skip to main content

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

true, to validate only modified nodes; otherwise, false.

Returns

Type Description
boolean

true, if data in all nodes passes validation; otherwise, false.

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