Data Processor callback function not triggered as mentioned.

From JSP i return the XML as below format,

<?xml version="1.0" encoding="UTF-8"?>

I bind the action with DataProcessor as,

lazyGridDataProcessor.defineAction(“updated”,function(id,response){
alert(“Update successful.”);
return true;
})

But somehow this Data Processor callback function not triggered.

Please help… Thanks in advance.

Unfortunately we cannot reproduce this issue locally. Please make sure if name of action type really matches name of first parameter at defineAction() method.