Updating the Header Text of RadScheduler in Month View
Environment
Product | Version | Author |
---|---|---|
RadScheduler for WinForms | 2024.2.514 | Nadya Todorova |
Description
An example demonstrating how the header text that shows the start/end week date of the RadScheduler can be updated to show the dates in different format when the control is setup in Month View.
Solution
To change the format of the header cells that are shown in the MonthViewVerticalHeader you can use the ElementInvalidated event. Please refer to the following code snippet that demonstrates how you can change the date format to "dd.MM.yyyy".
Figure 1: Custom Header Text