checkboxes + onEditCell

My checkboxes doesnt work while I got onCellEdit event.


Checkboxes kind of special in relation to onEditCell event, there is no special edit state for them , so they generate only stage 0 and stage 1 of onCellEdit event ( stage 2 never generated for checkboxes )



You can use separate event onCheckbox - which fire each time checkbox state changed