New to Kendo UI for Angular? Start a free 30-day trial
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
As of
v12.0.0
, the Grid provides built-in Row Reordering functionality. For more details, check the article on how to drag and drop rows between Grids.
You can utilize the HTML Drag and Drop API to accomplish similar behavior.
The following example demonstrates the full implementation of the suggested approach.
Change Theme
Theme
Loading ...