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

ASPxClientTreeListBatchEditApi Methods

Provides members related to Batch Edit Mode.
Name Description
AddNewNode(parentNodeKey) Adds a new node when ASPxTreeList is in Batch Edit mode.
DeleteNode(nodeKey) Deletes the specified node when ASPxTreeList is in Batch Edit.
EndEdit Ends cell or node editing.
GetCellTextContainer(nodeKey, columnFieldNameOrId) Gets a container holding data cell content.
GetCellValue(nodeKey, columnFieldNameOrId) Gets the value of the specified cell.
GetColumnDisplayText(columnFieldNameOrId, value) Provides the text displayed within the cell according to the specified display format rule.
GetDeletedNodeKeys Returns an array of the deleted node keys.
GetEditCellInfo Gets information about the cell currently being edited.
GetInsertedNodeKeys Returns an array of the inserted node keys.
GetNodeKeys(includeDeleted) Returns an array of node keys.
GetUnsavedChanges Returns an object that stores unsaved changes.
GetUpdatedNodeKeys Returns an array of the updated nodes’ keys.
HasChanges Returns a value that indicates whether the specified node has changed data.
IsDeletedNode(nodeKey) Indicates if the node with the specified key is deleted.
IsNewNode(nodeKey) Indicates if the node with the specified key is newly created.
MoveFocusBackward Programmatically moves the focus to the previous cell in the node.
MoveFocusForward Programmatically moves the focus to the next cell in the node.
RecoverNode(nodeKey) Recovers the specified node when ASPxTreeList is in Batch Edit mode.
ResetChanges(nodeKey) Resets changes in the specified node.
SetCellValue(nodeKey, columnFieldNameOrId, value) Sets the specified cell value.
StartEdit(nodeKey, columnIndex) Switches the specified cell to edit mode.
ValidateNode(nodeKey) Performs validation of tree list data contained in a specified node when the tree list operates in Batch Edit mode.
ValidateNodes Performs validation of tree list data contained in all nodes when the tree list operates in Batch Edit mode.
See Also