ig.spreadsheet.SpreadsheetEditModeValidationErrorAction
Enumeration used to identify how the validation error event should be handled.
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.documents.core_openxml.js
infragistics.dv_jquerydom.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
-
acceptChange
- Type:
- ig.spreadsheet.SpreadsheetEditModeValidationErrorAction
- Default:
- 3
Exits edit mode keeping the new value.
-
revertChange
- Type:
- ig.spreadsheet.SpreadsheetEditModeValidationErrorAction
- Default:
- 2
Exits edit mode but reverts to the previous value similar to what happens when the end user chooses Cancel from the displayed dialog.
-
showPrompt
- Type:
- ig.spreadsheet.SpreadsheetEditModeValidationErrorAction
- Default:
- 0
Displays a dialog to the end user to determine the action to be taken. The options displayed will depend on the ErrorStyle of the DataValidationRule.errorStyle
-
stayInEditMode
- Type:
- ig.spreadsheet.SpreadsheetEditModeValidationErrorAction
- Default:
- 1
Keeps the cell in edit mode with the invalid value.
The current widget has no events.
The current widget has no public methods.