Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rachel H. on Jan 18, 2009 07:21
open dhtmlx forum
dataProcessor update - follow up to: http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=7391&a=11265

I still need help - previous solution did not work!

=======

Grid sends all data from updated row, if necessary you can add next line to the init

            myDataProcessor._changed = true;

As result dataprocessor will send data only from updated column.

 

posted: Jan 16, 2009 09:52 | Direct link: http://dhtmlx.com/docs/products/kb/index.php?s=normal&q=7391&a=11265
Ok, so I changed my code to this:

 

        myDataProcessor = new dataProcessor("comm_processor.php");
        myDataProcessor.enableDataNames(true);
        myDataProcessor.setTransactionMode("GET");
        myDataProcessor.init(mygrid);
        myDataProcessor._changed = true;


I still get the exact same info in the GET var.  Sorry but can you please clarify if I did something wrong?

Answer posted by Support on Jan 19, 2009 06:26
The code which you are using is correct. 
Please try to use latest version of dataprocessor instead of existing one ( sent by email ) 
Answer posted on Jan 19, 2009 07:04
Yep, I had old code.  Thanks!