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

First day of the week bug

5 Answers 76 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 23 Jul 2015, 12:10 PM

Using Xamarin. I am trying to programmatically change the first day of the week (here to Monday) on the calendar.

    var cal = calendarView.Calendar;

    cal.FirstDayOfWeek = 2;

    calendarView.Calendar = cal;

So the issue is that if the locale defined on the phone has first day of the week as Sunday (en-US for example) then the days title would change correctly but the dates themselves remain as if the first day is still Sunday. 

 It would look something like that (in the broken state)

Mon Tue Wed Thu Fri Sat Sun

19    20   21     22   23  24  25

 

Could use some help with this issue, am I doing something wrong?

Thanks,

Alex.

5 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 28 Jul 2015, 11:43 AM
Hello Alex,

Thank you for writing.

Yes, this is the appropriate way to change the first day of the week. However, I have to confirm that currently this is not working as expected, i.e. only the day names' order is updated, but the dates that are displayed below are not reflected by the change. We are going to fix this as soon as possible so you will be able to download the updated version next month.

Regards,
Todor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Gilad
Top achievements
Rank 1
answered on 29 Jul 2015, 07:20 AM

Thanks. We are looking forward to the update. This is obviously a serious issue.

Is there a date set already for that?

0
Todor
Telerik team
answered on 29 Jul 2015, 07:56 AM
Hi Gilad,

There is no specific date set yet, but it will be around the middle of August.

Regards,
Todor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Kyle
Top achievements
Rank 1
answered on 08 Sep 2015, 12:20 PM

Has this been fixed yet?

 

 

0
Todor
Telerik team
answered on 08 Sep 2015, 02:17 PM
Hello Kyle,

As promised, the fix has been included in the August's release of UI for Xamarin.Android.
It will be also included in the next official release of UI for Android, scheduled for the end of this month.

Let us know if you need further assistance.

Regards,
Todor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Calendar
Asked by
Alex
Top achievements
Rank 1
Answers by
Todor
Telerik team
Gilad
Top achievements
Rank 1
Kyle
Top achievements
Rank 1
Share this question
or