Back to Devexpress

Member Table: Data Editing

aspnet-114393-components-card-view-member-tables-member-table-data-editing.md

latest4.6 KB
Original Source

Member Table: Data Editing

  • Dec 17, 2020
  • 2 minutes to read

Server

MemberDescription
ASPxGridBase.KeyFieldNameSpecifies the name of the data source key field. You must specify this property to enable data edit, insert and delete operations.
ASPxCardView.SettingsEditingProvides access to ASPxCardView edit settings.
ASPxCardView.AddNewCardSwitches ASPxCardView to edit mode and allows new card values to be edited.
ASPxCardView.InitNewCardEnables new card values to be initialized.
ASPxCardView.CardInsertedFires after a new card has been added to ASPxCardView.
ASPxCardView.DeleteCardDeletes the specified card.
ASPxCardView.CardDeletedOccurs after a card has been deleted.
ASPxCardView.StartEditSwitches ASPxCardView to edit mode.
ASPxCardView.UpdateEditSaves all changes made and switches ASPxCardView to browse mode.
ASPxCardView.CardUpdatedOccurs after a card has been updated.
ASPxCardView.CancelEditCancels all changes made and switches ASPxCardView to browse mode.
ASPxCardView.StartCardEditingEnables you to prevent a card from being edited.
ASPxCardView.CellEditorInitializeEnables the cell editors displayed within the edit cells to be initialized.
ASPxCardView.EditingCardVisibleIndexGets the index of the card currently being edited.
ASPxCardView.IsEditingIndicates whether ASPxCardView is in edit mode.
ASPxCardView.IsNewCardEditingIndicates whether a new card is currently being edited.
ASPxCardView.GetCardValuesReturns the values of the specified data source fields within the specified card.
ASPxCardView.GetCardValuesByKeyValueReturns the specified card values displayed within the columns (fields).
ASPxGridBase.GetSelectedFieldValuesReturns the card values displayed within the selected cards.
ASPxCardView.CardValidatingEnables you to specify whether or not card data is valid and if the card can be updated.
ASPxCardView.VisibleCardCountGets the number of visible cards within ASPxCardView.

Client

MemberDescription
ASPxClientCardView.AddNewCardSwitches the client ASPxCardView to edit mode and allows new card values to be edited.
ASPxClientCardView.DeleteCardDeletes the specified card.
ASPxClientCardView.StartEditCardSwitches the client ASPxCardView to edit mode.
ASPxClientCardView.UpdateEditSaves all changes made and switches the client ASPxCardView to browse mode.
ASPxClientCardView.CancelEditCancels all changes made and switches the client ASPxCardView to browse mode.
ASPxClientCardView.GetEditValueReturns the value of the specified edit cell.
ASPxClientCardView.SetEditValueSets the value of the specified edit cell.
ASPxClientCardView.GetEditorReturns the editor used to edit specified column values.
ASPxClientCardView.GetCardValuesReturns the specified data source field values within a card.