Categories | Question details Back To List | ||
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
myDataProcessor = new dataProcessor("comm_processor.php");
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! |