RealGrid2 API
Interface
DataOptions

DataOptions

Overall configuration information of DataProviderBase

Signature:

export interface DataOptions

Remarks

Used in DataProviderBase.getOptions(), setOptions.

Example

let options = ds.getOptions();
options. undoable = true;
ds.setOptions(options);

Properties

PropertyTypeDescription
amTextstring
baseYearnumber
booleanFormatstring
checkStatesboolean
commitBeforeDataEditboolean
datetimeFormatstring
deletableboolean
deleteCreatedboolean
insertableboolean
pmTextstring
restoreModestring
softDeletingboolean
strictRestoreboolean
subTypeEnabledboolean
undoableboolean
updatableboolean

Properties Desc

amText

Type - string


baseYear

Type - number


booleanFormat

Type - string


checkStates

Type - boolean


commitBeforeDataEdit

Type - boolean


datetimeFormat

Type - string


deletable

Type - boolean


deleteCreated

Type - boolean


insertable

Type - boolean


pmText

Type - string


restoreMode

Type - string


softDeleting

Type - boolean


strictRestore

Type - boolean


subTypeEnabled

Type - boolean


undoable

Type - boolean


updatable

Type - boolean