Unanswered: GridInlineEditing fires editing event TextField editor but not CheckBox editor
Unanswered: GridInlineEditing fires editing event TextField editor but not CheckBox editor
Hi,
I have a list widget based on Grid and GridInlineEditing. Whenever I add a TextField editor for a given column config (together with a Converter<Double, String>) the GridInlineEditing correctly fires a startEdit event whenever I change the value of the TextField. However, when I add a CheckBox editor no events are fired when I click the CheckBox. I do not provide a Converter in this case because the column config's type is Boolean and the CheckBox value is, of course, also Boolean.