It is possible to design a Kendo form with drag-and-drop functionality by using the Kendo UI Draggable and DropTarget components. These components allow you to create draggable elements and drop zones, which can be used to create a variety of drag-and-drop form layouts.
1 Answer, 1 is accepted
1
Konstantin Dikov
Telerik team
answered on 12 Jul 2023, 10:22 AM
Hello Tejas,
You can create the Form component dynamically by using some scheme or a collection with fields/components that you need to render. The Draggable can be used as a tool for building that scheme/collection.
Although that we do not have an example with such implementation, you can take a look at the following customized Form component that creates the editors based on a scheme: