New to Kendo UI for Angular? Start a free 30-day trial
Reordering Grid Rows
Environment
Product | Progress® Kendo UI Grid |
Description
How can I reorder rows in the Angular Grid by Kendo UI?
Solution
As of
v12.0.0
, the Grid provides built-in Row Reordering functionality.
You can implement row reordering in the Grid either by using built-in browser APIs or third-party libraries.
The following example demonstrates one of the possible approaches which utilizes the HTML Drag and Drop API. The HTML Drag and Drop API support among mobile browsers is very poor. While this may change in the future, it's best to run the example in a desktop browser.
Change Theme
Theme
Loading ...