Checkbox 'ch' in grid not sending updates to DataProcessor

When my grid contains a column of type ‘ch’, the data field appears as expected, but if I change the state of the checkbox I am not seeing an “update” flow to my DataProcessor. For other columns of the same grid (eg, string, combo), it works fine.

What could it be?

Any update on this? I’m assuming the checkbox type should send update events when someone clicks the checkbox “on” or “off”, but I’m not seeing it.

I can have a grid with:

“String field”, “Date field”, “Combo Box”, “CheckBox”

I can make updates to String, Date or Combo, and my DataProcessor’s “ConnectorBehavior” class gets control in the beforeProcessing() method with a status of “update”.

But if I click/unclick the Checkbox field, I don’t see an event flow.

Unfortunately we cannot reproduce this issue locally. Please find working example here dhtmlx.com/docs/products/dht … _init.html

I found the problem… my fault (sorry!)

Hi,

I’m using the dhtmlxSuite_v30_pro_110707 library on Win7 pro 64 and in IE9 I experience the same problem.
Even the sample you provided (dhtmlx.com/docs/products/dht … _init.html) doesn’t work…occasionally.

Unfortunately the issue cannot be reconstructed.
The provided link works well on Windows7, 64bit in IE9.