Dragging and Dropping Rows between Grids
Environment
Product | Progress® Kendo UI for Angular Grid |
Description
How can I drag and drop rows between two Kendo Angular Grids?
Solution
By default, the Grid does not provide a built-in drag-and-drop functionality. However, you can utilize the HTML Drag and Drop API to accomplish similar behavior.
The following example demonstrates the full implementation of the suggested approach.