This is a migrated thread and some comments may be shown as answers.

Change week Monday thru Sunday

1 Answer 201 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
AceRoute Dev
Top achievements
Rank 1
AceRoute Dev asked on 14 Jan 2014, 07:22 PM
Currently week is displayed Sunday thru Saturday. How do I change the view to show Monday thru Sunday (so weekend shows up together on right hand side)?

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 15 Jan 2014, 07:59 AM
Hi,

This can be done by setting the firstDay option of the current calendar before initializing the scheduler:

kendo.culture().calendar.firstDay = 1;

Here is a live demo: http://jsbin.com/uViKOhA/3/edit

Regards,
Atanas Korchev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
AceRoute Dev
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or