ig.spreadsheet.SpreadsheetCellEditMode

Enumeration used to identify the current edit mode state.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.xml.js
infragistics.dv_interactivity.js
infragistics.dv_core.js
infragistics.documents.core_core.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
  • arrowKeysNavigateBetweenCells

    Type:
    ig.spreadsheet.SpreadsheetCellEditMode
    Default:
    1

    The control is in edit mode. Arrow keys will navigate between the cells instead of within the text editor used for editing the active cell's value. This is analogous to the "Enter" cell mode in Microsoft Excel.

  • arrowKeysNavigateInCell

    Type:
    ig.spreadsheet.SpreadsheetCellEditMode
    Default:
    2

    The control is in edit mode. Arrow keys will navigate within the characters of the text editor used for editing the active cell's value. This is analogous to the "Edit" cell mode in Microsoft Excel.

  • notInEditMode

    Type:
    ig.spreadsheet.SpreadsheetCellEditMode
    Default:
    0

    The spreadsheet is not in edit mode similar to the "Ready" cell mode in Microsoft Excel.

The current widget has no events.
The current widget has no public methods.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.