A context menu event similar to the grid context menu would be useful for editing functions like cut/copy and paste.
---
ADMIN EDIT
You can use the item template to integrate context menus in the scheduler: https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-context-menu. This also allows you a lot of other customization options like adding tooltips and changing the appearance/information users see at first glance.
For a context menu on the slots - probably this item will expose a template for them so the same approach would apply.
---
Hello Rob,
It would probably be done in the same fashion when template for the slots becomes available (I expect that's the way such customization will be done): https://feedback.telerik.com/blazor/1480581-customize-scheduler-slot. I suspect that this would become available sooner than a context menu event.
At the moment there isn't a way to do this, though - while you could attach a context menu to the scheduler, there isn't API that exposes the slot so you can use that, and you would definitely need that for any meaningful functionality.
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello,
For the time being, you can do context menus through the appointment template: https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-context-menu
Regards,
Marin Bratanov
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.