ASPxClientTreeListBatchEditApi Methods
Provides members related to Batch Edit Mode.
Name | Description |
---|---|
Add |
Adds a new node when ASPx |
Delete |
Deletes the specified node when ASPx |
End |
Ends cell or node editing. |
Get |
Gets a container holding data cell content. |
Get |
Gets the value of the specified cell. |
Get |
Provides the text displayed within the cell according to the specified display format rule. |
Get |
Returns an array of the deleted node keys. |
Get |
Gets information about the cell currently being edited. |
Get |
Gets information about a focused cell. |
Get |
Returns an array of the inserted node keys. |
Get |
Returns an array of node keys. |
Get |
Gets information about the selected cells. |
Get |
Returns an object that stores unsaved changes. |
Get |
Returns an array of the updated nodes’ keys. |
Has |
Returns a value that indicates whether the specified node has changed data. |
Is |
Indicates if the node with the specified key is deleted. |
Is |
Indicates if the node with the specified key is newly created. |
Move |
Programmatically moves focus to the previous cell in the node. |
Move |
Programmatically moves focus to the next cell in the node. |
Recover |
Recovers the specified node when ASPx |
Reset |
Resets changes in the specified node. |
Select |
Selects a cell. |
Set |
Sets the specified cell value. |
Set |
Focuses the specified cell. |
Start |
Switches the specified cell to edit mode. |
Unselect |
Deselects a cell. |
Validate |
Performs validation of tree list data contained in a specified node when the tree list operates in Batch Edit mode. |
Validate |
Performs validation of tree list data contained in all nodes when the tree list operates in Batch Edit mode. |
See Also