• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Context Menu in ASP.NET Core Scheduler Control

This example illustrates how to enable the context menu on Scheduler and perform its related actions based on the selected menu options.

DEMO
SOURCE

    In this example, we have integrated the ContextMenu control separately from application end and set its target to Scheduler control. Also, we have used the public methods openEditor through which the default event editor is set to open for saving or updating the appointments, deleteEvent to delete the selected appointment, and selectedDate to navigate to today's date. In mobile devices, the context menu will open when you tap hold on the cells or events.