Bug in onCheck event with #master_checkbox?

Hi,

I’m using the #master_checkbox filter on a row of action checkboxes. When I click the individual checkboxes the onCheck event fires, but when I click the master checkbox in the header the onCheck event does not fire (even though all the checkboxes change). I’m thinking this is a bug. Interestingly, the “onCellChanged” event does fire for each checkbox cell when I click the master checkbox. That event works for me, but we have some clients that don’t run the pro version of the dhx grid, and I would prefer to use the simpler onCheck event.

-Jeremiah

You may try to use the onCheckBox event instead of onCheck.
docs.dhtmlx.com/doku.php?id=dhtm … oncheckbox