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.
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.
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.