Hi, I'm wondering if there is a way of having a dynamic context menu(both resource and event) - a menu with items that depends on which header row or event the user has right-clicked on?
You can use onShow event handler of the context menu to adjust the menu items on the fly.
Please take a look at the following sample project: https://code.daypilot.org/50232/angular-scheduler-dynamic-context-menu
Looks great, thanks!