public enum ENGridUpdateMode : System.Enum
public enum ENGridUpdateMode : System.Enum
Member | Description |
---|---|
Immediate | The value of the data cell is immediately updated when the value of the editor changes. Editing cannot be canceled. |
Transaction | Changes are committed to the data cell, when the user finishes editing (by moving the focus to another item, or pressing Alt-Enter). The editing is canceled by pressing the Esc key. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENGridUpdateMode
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)