Example of External Drag and Drop in Blazor Scheduler Component
This example illustrates how to drag and drop the events from an external source into Scheduler. Here, you can drag and drop the items from TreeView component into Scheduler.
Doctor's Appointments
Waiting List
- StevenGENERAL - Consulting
- MilanDENTAL - Bad Breath
- LauraGENERAL - Extraction
- JanetDENTAL - Gum Disease
- AdamsGENERAL - Observation
- JohnDENTAL - Mouth Sores
In this example, within the OnActionBegin event of Scheduler, the dragged item from the TreeView control is removed, when it is being dragged and dropped onto the Scheduler. When the item is being dropped onto the Scheduler, the event editor is explicitly made to open with the target details by invoking the OpenEditorAsync method of Scheduler within the OnNodeDragStop event of TreeView.