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

ASPxClientGridViewBatchEditApi Methods

Provides members related to Batch Edit Mode
Name Description
AddNewRow Adds a new row when ASPxGridView is in Batch Edit mode.
DeleteRow(visibleIndex) Deletes the specified row when ASPxGridView is in Batch Edit.
DeleteRowByKey(key) Deletes a row with a specified key value when ASPxGridView is in Batch Edit mode.
EndEdit Ends cell or row editing.
GetCellTextContainer(visibleIndex, columnFieldNameOrId) Gets a container holding a data cell content.
GetCellTextContainerByKey(key, columnFieldNameOrId) Gets a container holding a data cell content.
GetCellValue(visibleIndex, columnFieldNameOrId) Gets the value of the specified cell.
GetCellValueByKey(key, 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.
GetDeletedRowIndices Returns an array of the deleted row visible indices.
GetEditCellInfo Gets information about the cell currently being edited.
GetGroupSummaryValue(groupRowVisibleIndex, summaryItemIndex) Returns the group summery value.
GetInsertedRowIndices Returns an array of the inserted row visible indices.
GetRowVisibleIndices(includeDeleted) Returns an array of row visible indices.
GetTotalSummaryValue(summaryItemIndex) Returns the total summary value.
GetUnsavedChanges Returns an object that stores unsaved changes.
GetUpdatedRowIndices Returns an array of the updated rows visible indices.
HasChanges Returns a value that indicates whether the specified data cell‘s data has been changed.
HasChangesByKey(key) Returns a value that indicates whether the specified data cell‘s data has been changed.
HideChangesPreview Switches the grid from the ‘Preview Changes’ mode to edit mode.
IsCurrentPageRow(key) Returns a value that specifies whether the row is located on the current page.
IsDeletedRow(visibleIndex) Indicates if the row with specified visible index is deleted.
IsDeletedRowByKey(key) Indicates if the row with specified key is deleted.
IsNewRow(visibleIndex) Indicates if the row with specified visible index is newly created.
MoveFocusBackward Programmatically moves the focus to the previous cell in the row.
MoveFocusForward Programmatically moves the focus to the next cell in the row.
RecoverRow(visibleIndex) Recovers the specified row when ASPxGridView is in Batch Edit mode.
RecoverRowByKey(key) Recovers a row with a specified key value when ASPxGridView is in Batch Edit mode.
ResetChanges(visibleIndex) Resets changes in the specified cell.
ResetChangesByKey(key) Resets changes in the specified cell.
SetCellValue(visibleIndex, columnFieldNameOrId, value) Sets the value of the specified cell.
SetCellValueByKey(key, columnFieldNameOrId, value) Sets the value of the specified cell.
ShowChangesPreview Switches the grid to ‘Preview Changes’ mode.
StartEdit(visibleIndex, columnIndex) Switches the specified cell to edit mode.
StartEditByKey(key, columnIndex) Switches the specified cell to edit mode.
ValidateRow(visibleIndex) Performs validation of grid data contained in the specified row when the grid operates in Batch Edit mode.
ValidateRowByKey(key) Performs validation of grid data contained in the specified row when the grid operates in Batch Edit mode.
ValidateRows Validate data in rows when the grid in batch edit mode.
See Also