Example of Column Rearrangement in ASP.NET MVC Kanban Control
This example demonstrates the column rearrangement of the Kanban control. You can drag and drop the columns to rearrange them across multiple stages of the Kanban board.
DEMO
SOURCE
The Kanban provides an option to enable column drag-and-drop functionality using the allowColumnDragAndDrop property. allowColumnDragAndDrop: If you set this property to true, the columns can be dragged and dropped to rearrange their order.