dataProcessor update - follow up to: http://dhtmlx.com/docs


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: dhtmlx.com/docs/products/kb/inde … 91&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?


The code which you are using is correct.
Please try to use latest version of dataprocessor instead of existing one ( sent by email )

Yep, I had old code.  Thanks!