Hi,
When the master check box in a grid is checked/unchecked, the ‘oncheck’ event for each row is not called even in version 3.0 … is this behavior intentional?
If yess, what difference does the following fix mentioned http://dhtmlx.com/docs/products/dhtmlx30_whatsnew.shtml make?
Complete List of Changes in DHTMLX 3.0
dhtmlxGrid v.3.0
What’s fixed:
- master_checkbox doesn’t set wasChanged flag
Is there a way to trigger the ‘onCheck’ for each row, when the master check box is checked/unchecked … without using the ‘onChange’ event, because ‘onChange’ event is triggered too many times !!!