You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a cancelDrag method that allows us to cancel the dragging operation.
While this method is helpful, we need to add a mechanism that allows us to prevent the drag operation at all, similar to how preventing the HTML5 dragstart event prevents the dragging operations. See: https://dojo.telerik.com/emIcUjUv/3.
cc: @telerik/kendo-draggable-reviewers
The text was updated successfully, but these errors were encountered:
Currently, we have a
cancelDrag
method that allows us to cancel the dragging operation.While this method is helpful, we need to add a mechanism that allows us to prevent the drag operation at all, similar to how preventing the HTML5
dragstart
event prevents the dragging operations. See: https://dojo.telerik.com/emIcUjUv/3.cc: @telerik/kendo-draggable-reviewers
The text was updated successfully, but these errors were encountered: