I need to show the weekview Monday to Sunday, instead of Sunday to Saturday.
How do I make this happen?
Thank you in advance
1 Answer, 1 is accepted
0
Martin Yankov
Telerik team
answered on 29 Jan 2014, 09:08 AM
Hello Heinrich,
The Scheduler control renders the time and weekdays using the current application culture format. The default culture is "en-US". To change the weekview to show the days starting from Monday, you can set the global app culture to "en-GB". Note that you have to set it before the WinJS.UI.processAll() function is executed if your Scheduler control is defined in the mark-up.