ASPxClientTreeList.StartEditNewNode Method
Switches the ASPxTreeList to edit mode and allows new node values to be edited.
Declaration
StartEditNewNode(
parentNodeKey?: string
): void
Parameters
Name | Type | Description |
---|---|---|
parentNodeKey | string | A String value that identifies the parent node, which owns a new node. |
Remarks
End-users can add new nodes by clicking the New command button. This switches the ASPxTreeList to edit mode, and allows new node values to be edited. To add a new node to the underlying data source, click the Update button. As a result, the node is appended to the child node collection of the specified parent node.
To learn more, see Adding and Deleting Nodes and Node Validation and Error Indication.
See Also