You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi bryntum team
I am using gantt v5.6.10. I'd like to disabled cut events in gantt.
I can set the property Cut to false in the taskMenu configuration. However, it does not prevent users from using Ctrl+X on the keyboard to cut .
I found that in the scheduler, users can be prevented from cutting by setting the cutEvent of eventMenu to false. However, eventMenuFeatures is not applicable in Gantt.
Can you provide some assistance?