Completed
Last Updated: 08 Apr 2021 08:54 by ADMIN
Created by: Lee
Comments: 4
Category: Drag and Drop
Type: Feature Request
27
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.
Completed
Last Updated: 10 Mar 2020 10:35 by ADMIN
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?
Completed
Last Updated: 20 Mar 2014 17:15 by ADMIN
Completed
Last Updated: 23 Sep 2021 10:53 by ADMIN
Created by: Nohinn
Comments: 1
Category: Drag and Drop
Type: Feature Request
2
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
Completed
Last Updated: 20 Nov 2014 20:30 by ADMIN
Completed
Last Updated: 26 Jul 2021 04:44 by ADMIN
Created by: Andrew
Comments: 1
Category: Drag and Drop
Type: Feature Request
1
This will improve visual drag performance.

Fall back to existing (scripted) drag and drop implementation for browsers without native support.
Completed
Last Updated: 25 May 2015 10:20 by Pankaj
Created by: Pankaj
Comments: 2
Category: Drag and Drop
Type: Feature Request
1
The element should be draggable on screen.  Please refer the following Jquery draggable.
Kendo does not support such feature. 

https://jqueryui.com/draggable/
Completed
Last Updated: 16 Dec 2021 12:04 by ADMIN
Created by: Imported User
Comments: 2
Category: Drag and Drop
Type: Feature Request
1
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; }".
Completed
Last Updated: 27 Jan 2022 12:22 by ADMIN
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.