There is functionality in kendo asp.net tabstrip for drag to order. How can we achieve same for kendoreact
1 Answer, 1 is accepted
0
Filip
Telerik team
answered on 24 Apr 2026, 02:40 PM
| edited on 24 Apr 2026, 02:42 PM
Hello, Haseeb,
While the KendoReact TabStrip does not currently support dragging and dropping of tabs out of the box a possible approach I can recommend is to use custom logic and the KendoReact useDraggable and useDroppable. I have prepared a runnable example which showcases this approach in action: