ASPxClientTreeListBatchEditApi.GetUpdatedNodeKeys Method
Returns an array of the updated nodes’ keys.
Declaration
GetUpdatedNodeKeys(): string[]
Returns
Type | Description |
---|---|
string[] | An array of integer values that are the keys of the updated 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 GetUpdatedNodeKeys method to get updated node keys.
See Also