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: knowledge-base/scheduler-custom-appointment-tooltips.md
+149-6Lines changed: 149 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
-
title: Custom Appointment Tooltips
3
-
description: How to customize the Appointment Tooltips.
2
+
title: Custom Scheduler Appointment Tooltips
3
+
description: Learn how to customize the appointment tooltips in the Telerik Scheduler for Blazor.
4
4
type: how-to
5
-
page_title: Custom Appointment Tooltips
5
+
page_title: How to Display Custom Scheduler Appointment Tooltips
6
6
slug: scheduler-kb-custom-appointment-tooltips
7
7
position:
8
8
tags:
@@ -22,9 +22,152 @@ res_type: kb
22
22
23
23
## Description
24
24
25
-
How to customize the Appointment Tooltips? How to add more content in the Appointment Tooltips?
26
-
25
+
How to customize the Scheduler appointment tooltips? How to show more content in the appointment tooltips?
27
26
28
27
## Solution
29
28
30
-
An example is available in the following project: [https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-tooltips](https://github.com/telerik/blazor-ui/tree/master/scheduler/appointment-tooltips).
29
+
1. Define a [Scheduler `ItemTemplate`](slug:scheduler-templates-appointment) with a `title` HTML attribute or one or more `data` attributes.
30
+
1. Define a [Telerik Tooltip component for Blazor](slug:tooltip-overview) that targets all appointments by a `class` or some other selector.
31
+
1. (optional) Define a [Tooltip `Template`](slug:tooltip-template) that consumes the `data` attributes from the Scheduler item template.
32
+
33
+
>caption Display Telerik Tooltips over Scheduler appointments
0 commit comments