Skip to main content
A newer version of this page is available. .

ASPxClientTreeListBatchEditApi.GetInsertedNodeKeys Method

Returns an array of the inserted node keys.

Declaration

GetInsertedNodeKeys(): string[]

Returns

Type Description
string[]

An array of string values that are the keys of the inserted nodes.

Remarks

In the batch edit mode, the ASPxTreeList control allows modifying a batch of data on the client side and sending it to the server in one request.

Use the GetInsertedNodeKeys method to get keys of nodes that are newly created on the client side.

See Also