DEV Community

Cover image for Drag and Drop Events from External Sources to Blazor Scheduler
Arun
Arun

Posted on

Drag and Drop Events from External Sources to Blazor Scheduler

Learn how easily you can drag events from an external source to the Blazor Scheduler.

To find out how to add a basic Blazor Scheduler to your Blazor application, watch:
Add a Blazor Scheduler to the Blazor Server App Using VS Code
https://bit.ly/3uPalCi

Bind Appointment Data to the Blazor Scheduler [Getting Started - Part 2]
https://bit.ly/3yRGXxv

In this video, you will learn how to add the TreeView component to an existing Blazor application, and how to drag an item from the TreeView component into the Blazor Scheduler. You will also learn how to open the editor window before adding the dropped item as an appointment to the Scheduler.
https://www.youtube.com/watch?v=QxBBZYef6cg

Top comments (0)