Version

AutoEditMode Property (UltraGridColumn)

Returns or sets whether pressing a key automatically enters edit mode on the active cell.
Syntax
'Declaration
 
Public Property AutoEditMode As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean AutoEditMode {get; set;}
Remarks

The AutoEditMode property is used to specify whether typing a displayable chatracter will automatically enter edit mode on the active and process that character as though the cell had already been in edit mode. This allows the user to select or activate a cell (which is not in edit mode) and begin typing immediately to edit the contents of the cells, instead of having to explicitly enter edit mode via a separate keyboard action (like pressing F2).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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