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

ASPxClientVerticalGridBatchEditApi Members

Provides members related to Batch Edit Mode

Methods

Name Description
AddNewRecord Adds a new record when ASPxVerticalGrid is in Batch Edit mode.
DeleteRecord(visibleIndex) Deletes the specified record when ASPxVerticalGrid is in Batch Edit mode.
DeleteRecordByKey(key) Deletes a record with a specified key value when ASPxVerticalGrid is in Batch Edit mode.
EndEdit Ends the cell(s) editing.
GetCellTextContainer(visibleIndex, columnFieldNameOrId) Gets a container holding the data cell content.
GetCellValue(visibleIndex, rowFieldNameOrId) Gets the value of the specified cell.
GetColumnDisplayText(columnFieldNameOrId, value) Provides the text displayed within the cell according to the specified display format rule.
GetDeletedRecordIndices Returns an array of the deleted record visible indices.
GetEditCellInfo Gets information about the cell currently being edited.
GetInsertedRecordIndices Returns an array of the inserted record visible indices.
GetRecordVisibleIndices(includeDeleted) Returns an array of record visible indices.
GetTotalSummaryValue(summaryItemIndex) Returns the total summary value.
GetUnsavedChanges Returns an object that stores unsaved changes.
GetUpdatedRecordIndices Returns an array of the updated records visible indices.
HasChanges Returns a value that indicates whether the specified data cell‘s data has been changed.
IsDeletedRecord(visibleIndex) Indicates if the record with the specified visible index is deleted.
IsNewRecord(visibleIndex) Indicates if the record with specified visible index is newly created.
MoveFocusBackward Programmatically moves the focus to the previous cell in the record.
MoveFocusForward Programmatically moves the focus to the next cell in the record.
RecoverRecord(visibleIndex) Recovers the specified record when ASPxVerticalGrid is in Batch Edit mode.
RecoverRecordByKey(key) Recovers a record with a specified key value when ASPxVerticalGrid is in Batch Edit mode.
ResetChanges(visibleIndex) Resets changes in the specified cell.
SetCellValue(visibleIndex, rowFieldNameOrId, value) Sets the value of the specified cell.
StartEdit(visibleIndex, rowIndex) Switches the specified cell to batch edit mode.
ValidateRecord(visibleIndex) Performs validation of grid data contained in the specified record when the grid operates in batch edit mode.
ValidateRecords Performs validation of grid data contained in all records when the grid operates in batch edit mode.
See Also