'Declaration Public Enum EditModeBehaviorOnDataUpdate Inherits System.Enum
public enum EditModeBehaviorOnDataUpdate : System.Enum
Member | Description |
---|---|
Default | Default is resolved to UpdateEditValue. |
UpdateEditValue | Updates the value of the editor in the cell. The user will see the changed value. If the user has already seen the value |
UpdateOriginalValueOnly | Updates 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 |
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