Hello,
I am working with Kendo Scheduler. I want to set my work week to start at Sunday and end at Thursday.
I wrote the following code to define work week start and end.
.WorkWeekStart(-7)
.WorkWeekEnd(-3)
Now, my work week is displaying fine, but i have problem with navigation trough work weeks. This navigator doesn't work. When I click forward it doesn't respond at all, also when I click back, it jumps for two weeks back. All other navigators are working fine (day, month, agenda).
When I try
.WorkWeekStart(0)
.WorkWeekEnd(4)
today button redirects me to next week.
5 Answers, 1 is accepted
In such cases we recommend using the second approach that you mentioned:
.WorkWeekStart(0)
.WorkWeekEnd(4)
Regards,
Plamen
Telerik

I have tested the described scenario by using the code from the text file and a custom dummy datasource and worked correctly at my side.Here is the video of my test please review it and let me know what else should be done to replicate the issue It may also be helpful.
Regards,
Plamen
Telerik

I commented this line in Layout file, and then TODAY button works just fine.
<script src="@Url.Content("~/Scripts/kendo/2015.3.930/cultures/kendo.culture.en-GB.min.js")"></script>
Can you try my example with this culture included?
I have downloaded the "culture.en-GB" file from here and added it to the page and it still worked correctly at my side. Here is the new video. Please let me know what else should be done in order to replicate the issue or send us a sample page so we could inspect it and be more helpful.
Regards,
Plamen
Telerik