Fired when the user double-clicks a task row header, after the default RowDoubleClick action (specified by rowDoubleClickHandling property).
The default action can be canceled by calling args.preventDefault().
dp.onRowDoubleClicked = function(args) { alert("Clicked: " + args.task.id()); };