Nevron.Nov.Grid Namespace / ENDataColumnUpdateMode Enumeration
In This Topic
    ENDataColumnUpdateMode Enumeration
    In This Topic
    Enumerates the possible ways in which column editors can update data cell values.
    Syntax
    public enum ENDataColumnUpdateMode : System.Enum 
    Members
    MemberDescription
    ImmediateThe value of the data cell is immediately updated when the value of the editor changes. Editing cannot be canceled.
    TransactionChanges 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.
    UseGridSettingsUse the settings specified by the grid UpdateMode property
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Grid.ENDataColumnUpdateMode

    Requirements

    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)

    See Also