Fired when the user finished inline row editing, after the default RowEdit action (specified by rowEditHandling property).
The default action can be canceled by calling args.preventDefault().
dp.onRowEdited = function(args) { alert("Task renamed to: " + args.newText); };