[SOLVED] Month Calendar

Answered Closed
0
0

Hi,

As a follow up to https://wisej.com/support/question/month-calendar-saturday-and-sunday-names-invisible-and-questions, this issue also applies to Clear-1, Clear-2 and Clear-3 themes.

Also, there is no FirstDayOfWeek property available. At design-time, the first day of the week is Sunday but at runtime, it shows Monday. The behaviour applies to all themes.

Thanks.

 

 

  • You must to post comments
Best Answer
0
0

Hi Cris,

2 issues have been fixed here in build 1.2.31:

WJ-7442  Add MonthCalendar.firstDayOfWeek property.

and

WJ-7443  Clear themes use the wrong color for the weekend days.

Best regards
Frank

  • You must to post comments
0
0

Hi Frank,

Fixed.

Regards.

  • You must to post comments
0
0

Yep, noticed that too. The first day of the week is also automatically localized but we had a mismatch between the code used in .NET and the code expected by the JavaScript library: .NET is passing en-US while the js code is extracting the territory using an underscore (en_US).

Will also add the FirstDayOfWeek property to override the localization.

  • You must to post comments
Showing 3 results