the Begin and Endedit events of a cell with a Checkbox editor are firing wierd.
clicking the checkbox, fires only BeginEdit, but never EndEdit
clicking the cell around the checkbox but not the checkbox itself without GridSelection enabled, fires BeginEdit, but does not change the checkbox itself
clicking the cell around the checkbox but not the checkbox itself with GridSelection enabled, does not fire anything initially, but when clicking the selected cell again (not the checkbox) it fires BeginEdit, but does not change the checkbox itself
And the ones I would consider a bug:
GridSelection on, select the cell with the checkbox, nothing fires. Hit spacebar, the checkbox changes checked/not checked, and NO Event is fired. This way if the grid is bound to more complex datatype, or if I want to do something on checkbox change, I get no event.
Generally for a checkbox edit EndEdit is never fired.
Thank you for the feedback. We will check the provided details. If there is an issue on our side, it will be resolved in a future version of our product.
if you get to this issue, please update either the docs, or here with the event pattern that we can expect, and how to handle the edge cases described above,