Please add Vue wrappers for Kendo Drag and Drop functionality.
If I try to move/drag/drop some file into the box or click into the box, it should ask about the path and after providing path the files should be uploaded and below the box the files should be shown with editable and delete function.
drag multi items selected between 2 listbox
I suggest you allow drag and drop columns of Scheduler when it is grouped
I would like to assign an existing drag/drop behavior to dynamically created items without having to rebind every time I generate a new element.
For the following use cases: 1. Drag points on a line a) Line chart with three or more colored lines with points on them. User can mouse over and see the value at that point. b) User clicks and drags a point on any of the colored lines c) The graph interactively shows the point moving and the line updating d) User releases the mouse button e) That line is now updated. Mousing over the point will display the new value at that point on the line. 2. Click and edit a point’s value a) Line chart with three or more colored lines with points on them. User can mouse over and see the value at that point. b) User clicks on that point c) At the mouse point (or any other place we determine is best to put the widget), an input area appears d) User inputs a new value e) The line and point update with the new value. Mousing over the point displays the new value As per sales: “These requirements are unfortunately not built in features of the Kendo Chart. We don't offer any way for a user to "click and drags a point on any of the colored lines" nor a built-in approach to click and edit items on the chart.
Chrome 56 has a breaking change that impacts Kendo's drag and drop widget: https://developers.google.com/web/updates/2017/01/scrolling-intervention The fix seems trivial - a CSS rule like "div[data-role=draggable] { touch-action: none; }".
In my latest chrome version kendo drag and drop not working but in firefox it is working fine
The element should be draggable on screen. Please refer the following Jquery draggable. Kendo does not support such feature. https://jqueryui.com/draggable/
Add the functionality to connect a draggable widget to a sortable, similarly to how two sortables can be connected with the "connectWith" option. See the jQuery UI draggable + sortable feature: http://jqueryui.com/draggable/#sortable
How can I get the order of the nodes in the Treeview control after drag and drop.
This will improve visual drag performance. Fall back to existing (scripted) drag and drop implementation for browsers without native support.
See jqueryui.com/resizable/. Also checkout the nice set of options
I have a list view of unassigned users, I can drag and drop from listview into a treeview to assign them to a group node in the treeview. (This works) I need to drag multiple items to the same group node to add more than one person at a time. multiple draggables to one dropTarget.
Columns are only able to be dragged and dropped to the limit of the grid as it's displayed on screen. If a user wants to drag a column further, they have to drop it at the edge of the grid then scroll the grid across, then drag and drop it a second time to get it to their desired position. Can smarts be added so the grid scrolls left/right as a column is dragged beyond the a screen width's display of the grid?
Delay on draggable items. When you have draggable items all around the site (not that much but many of them). If you try to scroll (on mobile devices) you may activate the draggable event of an item. So in these cases it would be useful if it waits some time (customizable) before it starts dragging the item. Something like in jQueryUI: http://jqueryui.com/demos/draggable/#delay-start