DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.commitOnSelect  property

When closing a list by clicking the mouse or pressing enter key, it will try to change value of data cell to value of selecting item after committing to edit. GridBase.onEditCommit event is fired. 

Defaults to true.

Getter
function commitOnSelect(): Boolean
Setter
function setCommitOnSelect(value: Boolean)
See Also
isListing
GridBase.onEditCommit
Examples
DropDown Cell Editor