Blazor Scheduler Example - Context Menu
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This example illustrates how to enable the context menu on Scheduler and perform its related actions based on the selected menu options.
In this example, we have integrated the ContextMenu component separately from the application end and set its target to Scheduler control. Also, we have used the public methods OpenEditorAsync to open the default event editor for saving or updating appointments, DeleteEventAsync to delete the selected appointment, and SelectedDate to navigate to today's date. In mobile devices, the context menu opens when you tap and hold on the cells or events.