cancel
()
cancel
method will trigger the cancel
event.
The correct moment to call this method would be in the start
event handler.new kendo.Drag($("#foo"), {
start: function(e) {
e.cancel();
}
});
capture
()
global
option set to true.