Back to Devexpress

ASPxClientTreeList.StartEditNewNode Method

aspnet-js-aspxclienttreelist-d963f2a1.md

latest1.5 KB
Original Source

ASPxClientTreeList.StartEditNewNode Method

Switches the ASPxTreeList to edit mode and allows new node values to be edited.

Declaration

ts
StartEditNewNode(
    parentNodeKey?: string
): void

Parameters

NameTypeDescription
parentNodeKeystring

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

StartEditNewNode(String)

InitNewNode

Tree List

ASPxClientTreeList Class

ASPxClientTreeList Members