Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by AC on May 22, 2007 17:44
open dhtmlx forum
Updating the split zone items

I have a grid with a number of columns, I use the splitAt(2) to keep the first two columns visible when the user scrolls right.
All working fine.
However, when i try to detect updates

using either:

    myDataProcessor = new dataProcessor("update.jsp");
    myDataProcessor.setTransactionMode("POST");
    myDataProcessor.setUpdateMode("cell");//available values: cell (default), row, off

or
mygrid.setOnCellChanged(updateStatus)

neither seems to be fired.

If I edit the value in col3 everything is fine.
If i then change the split to be splitAt(3), the updates to column 3 are not detected.

Any Ideas ?
Answer posted on May 22, 2007 19:06
Such problem was confirmed and fixed with initial version of dhtmlxGrid 1.3 , fix will be available as part of oncoming build.
If you need fix ASAP - please contact us at dhtmlx@scand.com  and provide your customer number - we will send you an updated code.
Answer posted by Embre (Support) on Dec 01, 2014 05:33

Not much can be said in addition to the reply above, but you also can check edit spreadsheet online and web scheduler and find out what we have probably missed in our explanation.