Second update not fire for data processor

Hi,

I use version 2.1 with grid and data processor.

The first update on grid will submit fine, but when modify the same row the second time or after, data processor won’t fire to submit changes.

Could you help me to fix this?

Thanks.

Please check if your server returns correct xml whith “sid” equal to the edited row. If dataProcessor received incorrect xml while row editing it will block send request for this row until you send correct xml.
Try to attach dhtmlxdataprocessor_debug.js file to your page. You will see dataProcessor debug panel and will be able to check server side responses.

Thanks Olga, by changing the sid the problem was fixed.

Ok, what is the sid and what is the xml data structure suppose to look like for a returned record?

docs.dhtmlx.com/doku.php?id=dhtm … _side_code