Editing the Kendo Scheduler Calendar titles

1 Answer 159 Views
Scheduler Scheduler wrapper
Gold Star
Top achievements
Rank 1
Gold Star asked on 03 Oct 2023, 09:07 PM

Hi, 

I am trying to change the days of the week that appears at the top of the calendar in the Month view like "Monday, Tuesday" etc... . What I want is that when the screen becomes to small it will change to Mon, Tues, and so on.

As for the Week and WorkWeek Views I want to wrap the text at the top so show Mon on top and the date below when the screen gets smaller.

If there is a way to manipulate this area I would appreciate the help.

 

Thank you.

1 Answer, 1 is accepted

Sort by
0
Filip
Telerik team
answered on 06 Oct 2023, 03:03 PM

Hello, David,

A possible approach would be to dynamically control the messages that are passed to the Scheduler based on the screen size with some custom logic, this can be done using the `LocalizationProvider`, more information and an example on how to use it can be found in this article:

https://www.telerik.com/kendo-vue-ui/components/scheduler/globalization/

Then based on the screen size custom values can be created for the different options, the built-in message keys can be found here:

https://www.telerik.com/kendo-vue-ui/components/scheduler/globalization/#toc-messages.

Please let us know in case you need further assistance with the implementation of the targeted functionality.

Regards,
Filip
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources

Tags
Scheduler Scheduler wrapper
Asked by
Gold Star
Top achievements
Rank 1
Answers by
Filip
Telerik team
Share this question
or