Skip to main content

ASPxClientCardViewBatchEditApi Methods

Provides members related to Batch Edit Mode
Name Description
AddNewCard Adds a new card when ASPxCardView is in Batch Edit mode.
DeleteCard(visibleIndex) Deletes the specified card when ASPxCardView is in Batch Edit mode.
DeleteCardByKey(key) Deletes a card with a specified key value when ASPxCardView is in Batch Edit mode.
EndEdit Ends cell or card editing.
GetCardVisibleIndices(includeDeleted) Returns an array of card visible indices.
GetCellTextContainer(visibleIndex, columnFieldNameOrId) Gets a container holding a data cell content.
GetCellValue(visibleIndex, 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.
GetDeletedCardIndices Returns an array of the deleted card visible indices.
GetEditCellInfo Gets information about the cell currently being edited.
GetFocusedCell Gets information about a focused cell.
GetGroupSummaryValue(groupRowVisibleIndex, summaryItemIndex) Returns the group summery value.
GetInsertedCardIndices Returns an array of the inserted card visible indices.
GetTotalSummaryValue(summaryItemIndex) Returns the total summary value.
GetUnsavedChanges Returns an object that stores unsaved changes.
GetUpdatedCardIndices Returns an array of the updated cards’ visible indices.
HasChanges Returns a value that indicates whether the specified cell’s data has been changed.
IsDeletedCard(visibleIndex) Indicates if the card with the specified visible index is deleted.
IsNewCard(visibleIndex) Indicates if the card with the specified visible index is newly created.
MoveFocusBackward Programmatically moves focus to the previous cell in the card
MoveFocusForward Programmatically moves focus to the next cell in the card.
RecoverCard(visibleIndex) Recovers the specified card when ASPxCardView is in Batch Edit mode.
RecoverCardByKey(key) Recovers a card with a specified key value when ASPxCardView is in Batch Edit mode.
ResetChanges(visibleIndex) Resets changes in the specified cell.
SetCellValue(visibleIndex, columnFieldNameOrId, value) Sets the value of the specified cell.
SetFocusedCell(cardVisibleIndex, columnIndex) Focuses the specified cell.
StartEdit(visibleIndex, columnIndex) Switches the specified cell to edit mode.
ValidateCard(visibleIndex) Performs validation of CardView data contained in the specified card when the CardView operates in Batch Edit mode.
ValidateCards Performs validation of CardView data contained in the cards when the CardView operates in Batch Edit mode.
See Also