Completed
Last Updated: 10 Sep 2021 12:58 by ADMIN
Release 2.27.0
Rob
Created on: 22 Feb 2021 23:49
Category: Scheduler
Type: Feature Request
2
Add the context menu event to the scheduler.

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.

---

3 comments
ADMIN
Marin Bratanov
Posted on: 24 Feb 2021 09:34

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/.

Rob
Posted on: 23 Feb 2021 23:12
Thank you.  That gave me what I needed for the context menu off of an appointment.  Is there a way to attach a context menu to an open time slot in order to paste the copied or cut appointment?
ADMIN
Marin Bratanov
Posted on: 23 Feb 2021 08:20

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/.