Problem on second update of row text

My grid works fine updating my database for the first lot of text changes.

I’m using manual updates:
myDataProcessor.setUpdateMode(“off”);

myDataProcessor.setUpdated(rowId, true, “updated”);
myDataProcessor.sendData();

The problem I am having is that when the text is edited for a second or subsequent time, there is an update in the grid but the ‘update’ action is not fired for the server side update of the database.

Any idea what could be going wrong?

Are you using dhtmlxConnector extension or custom server side code? In case of dhtmlxConnector try to enable server side logging and check if any error occurs.

No not using DHTMLXConnector.

I get this error on the client debugger:
“XML error : A name was started with an invalid character.”
but it successfully updates database the first time.

There is some problem in output of your server side code, it contains some debug output of doesn’t provide correct content-type

Try to load the same xml in separate window of browser. It will show native xml parsing error in such case, which can be more descriptive.

There is some problem in output of your server side code, it contains some debug output of doesn’t provide correct content-type

Try to load the same xml in separate window of browser. It will show native xml parsing error in such case, which can be more descriptive.