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