• Material 3
  • Fluent
  • Fluent 2
  • Bootstrap 5
  • Tailwind CSS
  • High Contrast
  • Fluent 2 High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Theme Mode
Localization
*Translated by Google Translator.
Currency

Example of Multiple Scheduler in ASP.NET Core schedule Control

This example illustrates how to drag and drop events among multiple Scheduler. You can drag events from one Scheduler to another.

DEMO
SOURCE

In this example, eventDragArea is used to drag a range of events from one Scheduler to another. The dragStop event of the Scheduler is triggered when an item is dropped from one Scheduler onto another. Within the dragStop event, the addEvent method is used to add the dropped event to the target Scheduler, and the deleteEvent method is used to remove the dragged event from the source Scheduler.

Transform your ASP.NET Core web apps today with Syncfusion® ASP.NET Core components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab