Completed
Last Updated: 05 Nov 2020 12:32 by ADMIN
Release 2020.R3.SP.next
Mat
Created on: 28 Oct 2020 06:59
Category: Kendo UI for jQuery
Type: Bug Report
0
Scheduler workDays option does not set Sunday as working day with certain cultures

I'm trying to use the workDays option to only show Saturday and Sunday in the workWeek view (this is for a weekend working rota -- I don't want to show Mon - Fri):

{ type: "workWeek", selected: true, workDays: [6,0] },

However, only Saturday is being displayed.

Note, I'm using a custom culture that sets the first day of the week to Saturday, but the same problem occurs when using the standard en-GB culture.

0 comments