Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mog on May 16, 2008 02:29
open dhtmlx forum
checkboxes + onEditCell

My checkboxes doesnt work while I got onCellEdit event.
Answer posted by Support on May 16, 2008 02:59

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