Can I show a context menu when the user right-clicks on an open space in the Scheduler?
13 years ago.
I am using the ASP.NET MVC Scheduler. Currently, I have a context menu opening whenever a user right-clicks on an event, with options to edit or delete the event. But I need to be able to let the user right-click on an open space in the Scheduler to show a context menu that let's them choose what type of event to add to the schedule.
Is it possible to show a context menu when the user right-clicks on an empty space in the Scheduler? I know I can do it when they left-click via TimeRangeSelectedHandling, but I am wondering if it's possible to do this via a right-click, instead.
Thanks!
DayPilot