DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.textReadOnly  property

If is is true, it is not able to update value by editor but by selectting item of list box. 

If readOnly is true, it is not able to expand list box initanally. 

Defaults to false.

Getter
function textReadOnly(): Boolean
Setter
function setTextReadOnly(value: Boolean)
See Also
readOnly
Examples
DropDown Cell Editor