How to Design a Drag-and-Drop Kendo Form

1 Answer 87 Views
Drag and Drop
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Tejas asked on 11 Jul 2023, 01:37 PM
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

Sort by
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:

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

As of R2 2023, the default icon type will be SVG instead of Font. See this blogpost for more information.
Tags
Drag and Drop
Asked by
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or