Drag and Drop external events into the Scheduler

1 Answer 75 Views
Scheduler
Zhulien
Top achievements
Rank 1
Zhulien asked on 11 Oct 2022, 09:08 AM
I am searching for a way to drag and drop events from outside the `Scheduler` context into the component (and potentially the other way around). How can I achieve that using KendoReact? I've stumbled upon this: Drag/Drop external item onto scheduler? in Kendo UI for jQuery | Telerik Forums, but it is based on jQuery and seems quite outdated.

1 Answer, 1 is accepted

Sort by
1
Accepted
Konstantin Dikov
Telerik team
answered on 13 Oct 2022, 05:39 AM

Hello Zhulien,

We do have an example demonstrating how to Drag & Drop items from the Grid component to the Scheduler. You can use it as a reference and replace the Grid with the component that you want to use instead:

As for the reversed, it should be possible to define custom item (https://www.telerik.com/kendo-react-ui/components/scheduler/customization/items/item/) where onDrag event handler can be attached for storing the information about the dragged item and then onDrop can be set for the target.

Hope this helps.

 

Regards,
Konstantin Dikov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Scheduler
Asked by
Zhulien
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or