SMART datagrid v.1 > Classes

Back  Forward

DataLudi.EditOptions  class

The object which manages the overall properties about grid editing. 

It is used as GridBase.editOptions property. Since it will be created internally when initialize grid, you do not need to directly create this class object. 

Base Classes
GridBaseOptions > DLBase
Constructor
function EditOptions (grid: GridBase);
Properties
alertMinLengthError
alwaysSorting
appendable
appendWhenExitLast
appendWhenInsertKey
autoCommit
cancelWhenUndo
checkable
checkCellDiff
checkDiff
checkReadOnlyWhenPaste
commitLevel
commitOnLastCell
commitWhenNoEdit
commitWhenPaste
commitWhenSort
confirmWhenDelete
copyBooleanFormat
copyCallback
copyDatetimeFormat
copyEnabled
copyNumberFormat
crossWhenExitFirst
crossWhenExitLast
deletable
deletableWhenEdit
deletedRowEditable
deletedRowReadOnly
deleteMessage
editable
editableCallback
editWhenClickFocused
editWhenFocused
enableAppendWhenPaste
enterToEdit
enterToNextRow
enterToTab
erasable
fillColumnDefaultsWhenPaste
fillFieldDefaultsWhenPaste
firstCellWhenInsert
fixedColumnEditable
fixedColumnReadOnly
fixedRowEditable
fixedRowReadOnly
fontName
fontSize
forceAppend
forceButtonVisible
forceColumnValidationWhenPaste
forceInsert
forceRowValidationWhenPaste
hideEditorOnFailed
hideOnLastCell
hintOnError
insertable
insertByCell
keepFocusedWhenSelecting
maskWhenPaste
mergedWhenUpdating
minEditorHeight
minLengthMessage
moveByArrowKeys
moveInSelection
noDataEventWhenPaste
noEditEventWhenPaste
noSelectWhenEdit
pasteBooleanFormat
pasteByCell
pasteCallback
pasteDatetimeFormats
pasteEnabled
pasteNumberChars
readOnly
readOnlyCallback
revertable
rowEventsWhenCheckAll
selectionBasePaste
showEditorWhenDblClicked
showOnlyValidationMessage
singleCopy
singlePaste
skipReadOnly
startEditWhenPaste
stopPasteOnError
strictDiff
undoable
updatable
updateByCell
useCopyKey
useStyleFormats
useTabKey
validateOnEdited
validateOnExit
validations
Inherited Properties
GridBaseOptions.grid
Inherited Methods
DLBase.assign
GridBaseOptions.ctor
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
GridBase.editOptions
DisplayOptions
OperateOptions
EditOptions
Cell Editing Overview
Examples
Cell Editing