occurs for each action tag in xml response.
dp.attachEvent("onAfterUpdate", function(sid, action, tid, tag){ if (action == "updated"){ grid.cells(tid, 0).setValue(tag.getAttribute("price")); } })
Parameters: