Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 726 Bytes

File metadata and controls

18 lines (11 loc) · 726 Bytes

Drag and Drop Events from External Source to Blazor Scheduler

A quick start Blazor project that helps you to learn how to drag an item from an external TreeView component and drop it as an appointment onto the Blazor Scheduler of Syncfusion.

Example: https://blazor.syncfusion.com/demos/scheduler/external-drag-and-drop?theme=bootstrap4

Documentation: https://blazor.syncfusion.com/documentation/scheduler/appointments/#drag-and-drop-items-from-external-source

Prerequisites

  • Visual Studio 2022

How to run the project

  • Checkout this project to a location in your disk.
  • Open the solution file using the Visual Studio 2022.
  • Restore the NuGet packages by rebuilding the solution.
  • Run the project.