http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/various/drag-and-drop-rows-between-two-grids
Hello all,
I am thrilled to announce that the Drag and Drop between Grid feature is not available.
For more details check this article.
Regards,
Martin
Progress Telerik
Hello Lisa,
The same type of implementation could be customized for dragging any element to a Grid, or any Grid row - to another element outside of the Grid. What is essential for the implementation to work is the said object to be draggable, and associated with some data that could be transferred to a Grid data item upon dropping the dragged item over the Grid. Then the developer can plug the data, associated with the dragged object (chip or other) in the Grid data as they see fit.
Regards,
Dimiter Topalov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hey folks!
I just wanted to jump in here and mention that with R3 2021 we introduced an official Knowledge Base article that showcases how to use the native HTML Drag and Drop API to accomplish dragging and dropping rows between to Kendo UI for Angular Grids.
Here's a direct link to the "Dragging and Dropping Rows between Grids" KB article, for reference.
I will keep this item open as "Unplanned" for now as we continue to gather feedback, so please let us know what we can do to improve upon this sample and article!
Regards,
Carl
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Tushar,
Currently, such functionality is not supported out of the box, but a similar behavior can be achieved by utilizing the HTML Drag and Drop API as my colleague demonstrates with a StacBlitz example in previous ticket.
Regards,
Martin
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).
Hi There,
Any update on this feature? also, I do not see a how-to feature around this in angular. The desired behaviour need not to be drop to another grid but any other place in the document.
Is it really hard to implement sooner?
The best should be to be able to drag a row and drop in any dropzone in the application