Does 'onEditCell' event fire 3 times for check box?

Hi

I’m trying to use the onEditCell event on a check box (type ch) and am checking for Stage 2 and newval and oldval. However it appears that the check box does not fire the event for a ‘Stage 2’. Is that correct?

Thanks

Purvez

Yes, everything is right.
For radio- and checkboxes there is no editor.
So the ammount of stages reduces:
0 - before changing
1 - after changing

Thanks but shouldn’t Stage 1 then return oldval and newval?

Purvez

There is a special event for radio- & checkboxes.
docs.dhtmlx.com/doku.php?id=dhtm … nt_oncheck