'Declaration Public Enum UpdateMode Inherits System.Enum
public enum UpdateMode : System.Enum
Member | Description |
---|---|
OnCellChange | The EndEdit is called on the data item when the user modifies a cell and exits the edit mode. |
OnCellChangeOrLostFocus | The EndEdit is called on the data item when the user modifies a cell and exits the edit mode or when the DataPresenterBase loses the focus. |
OnRecordChange | The EndEdit is called on the data item when the user modifies cell(s) in a record and then activates a different record |
OnRecordChangeOrLostFocus | The EndEdit is called on the data item when the user modifies cell(s) in a record and then activates a different record or the DataPresenterBase loses focus. |
OnUpdate | The EndEdit is called on modified data items only when the DataPresenterCommands.CommitChangesToAllRecords or DataPresenterCommands.CommitChangesToActiveRecord command is executed or the associated DataRecords' DataRecord.Update is called. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Infragistics.Windows.DataPresenter Namespace
DataPresenterBase Class
UpdateMode Property
RecordUpdating Event
RecordUpdated Event
RecordUpdateCanceling Event
RecordUpdateCanceled Event
IsDataChanged Property
Update Method
CancelUpdate Method
DataPresenterCommands Class
CommitChangesToAllRecords Field
CommitChangesToActiveRecord Field
DiscardChangesToAllRecords Field
DiscardChangesToActiveRecord Field
ExecuteCommand(RoutedCommand) Method