Version

EditModeBehaviorOnDataUpdate Enumeration

Used for specifying FieldSettings.EditModeBehaviorOnDataUpdate property which controls how the value of the editor in the cell that's in edit mode is updated when the corresponding data in the underlying data source is changed.
Syntax
'Declaration
 
Public Enum EditModeBehaviorOnDataUpdate 
   Inherits System.Enum
public enum EditModeBehaviorOnDataUpdate : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to UpdateEditValue.
UpdateEditValueUpdates the value of the editor in the cell. The user will see the changed value. If the user has already seen the value
UpdateOriginalValueOnlyUpdates the original value of the editor in the cell, without updating the value of the editor. With this option the end user doesn't see the updated value from the data source however when Escape key is pressed to cancel the edit operation
Requirements

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

See Also