This example demonstrates how to integrate clipboard functionality (cut, copy, paste) and a custom context menu into the Scheduler control.
In this example, the allowClipboard
property is set to true
to enable clipboard functionality. This property allows the following keyboard shortcuts:
Additionally, we have integrated the ContextMenu control separately from the application end and set its target to the Scheduler control. Also, we have used the following Scheduler's public methods in the context menu handlers:
On mobile devices, the context menu will open when you tap and hold on the cells or events.