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
Copy file name to clipboardExpand all lines: scheduler/appointment-context-menu/readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,6 @@ To use a context menu for the appointments:
10
10
11
11
1. Use the <ahref="https://docs.telerik.com/blazor-ui/components/scheduler/templates/appointment"target="_blank">appointment template</a> of the scheduler to <ahref="https://docs.telerik.com/blazor-ui/components/contextmenu/integration"target="_blank">integrate the context menu</a> with them.
12
12
13
-
In this sample project we provide a Delete shortcut and a way to toggle a custom field in the appointment model.
13
+
In this sample project we provide a Delete shortcut and a way to toggle a custom field in the appointment model.
14
+
15
+
>Tip: As of 2.27.0 there is a built-in event you can use so you do not have to use templates, you can read more about it here: [Scheduler OnItemContextMenu Event](https://docs.telerik.com/blazor-ui/components/scheduler/events#onitemcontextmenu)
0 commit comments