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/calendar-kb-customize-multiview-header.md
+39-58Lines changed: 39 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to display the month name above each view in a MultiView
4
4
type: how-to
5
5
page_title: How to Customize Month Headers in Telerik UI for Blazor MultiView Calendar
6
6
slug: calendar-kb-customize-multiview-header
7
-
tags: telerik, ui, blazor, calendar, multiview, customization, header, template
7
+
tags: telerik, blazor, calendar, multiview
8
8
res_type: kb
9
9
ticketid: 1672888
10
10
---
@@ -13,86 +13,67 @@ ticketid: 1672888
13
13
14
14
<table>
15
15
<tbody>
16
-
<tr>
17
-
<td>Product</td>
18
-
<td>Calendar for Blazor</td>
19
-
</tr>
16
+
<tr>
17
+
<td>Product</td>
18
+
<td>Calendar for Blazor</td>
19
+
</tr>
20
20
</tbody>
21
21
</table>
22
22
23
23
## Description
24
24
25
-
I want to customize the header of a MultiView Calendar to display the month name above each view.
25
+
How to customize the header of a MultiView Calendar to display the month name above each month view?
26
26
27
27
## Solution
28
28
29
-
To display the month name above each view in a MultiView Calendar, use the [`HeaderTemplate`]({%slug calendar-templates-header%}) of the TelerikCalendar and apply custom CSS for styling for label positioning. The following example demonstrates how to achieve this customization:
29
+
To display the month name above each view in a MultiView Calendar, use the [`HeaderTemplate`]({%slug calendar-templates-header%}) of the TelerikCalendar and apply custom CSS for styling for label positioning. The following example demonstrates how to achieve this customization. Note that it is applicable only for a horizontal layout
0 commit comments