public enum ENDataColumnUpdateMode : System.Enum
public enum ENDataColumnUpdateMode : 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 etc.). This is usually used for data columns that require validation. |
UseGridSettings | Use the settings specified by the grid UpdateMode property |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENDataColumnUpdateMode
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)