DataLudi Grid v.1 > Classes > DropDownCellEditor

Back  Forward

DropDownCellEditor.commitOnSelect  property

リストの項目が選択された状態でマウスのクリックやenterキーでリストを閉じるとき、 編集を完了して選択になった項目の値でデータセルの値の変更を試す。 GridBase.onEditCommitイベントが発生する。 

デフォルト値はtrue.

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