SMART datagrid v.1 > Classes > DateCellEditor

Back  Forward

DataLudi.DateCellEditor.textReadOnly  property

If it is true, you will not be able to update the value in editor, and can change the value of data cell only through calendar box item selection. 

If readOnly is true, the calendar box cannot be expanded in the first place. 

Defaults to false.

Getter
function textReadOnly(): Boolean
Setter
function setTextReadOnly(value: Boolean)
See Also
readOnly
CellEditing Overview
Examples
Date Cell Editor
Cell Editing