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

Glitches in Week view

2 Answers 44 Views
Calendar & Scheduling
This is a migrated thread and some comments may be shown as answers.
Hernando
Top achievements
Rank 1
Iron
Hernando asked on 31 Jul 2018, 08:40 AM

Hi , I added a week calendar view on my view , everything works,  I can swipe to the previous week but I am not able to swipe back to the current week.

        private void RadCalendarControl_NativeControlLoaded(object sender, EventArgs e)
        {
            if (Device.Idiom == TargetIdiom.Phone)
            {
                (sender as RadCalendar).TrySetViewMode(CalendarViewMode.Week);
                RadCalendarControl.HeightRequest = 100;
            }
            else
            {
                (sender as RadCalendar).TrySetViewMode(CalendarViewMode.Month);
            }           
            RadCalendarControl.SetStyleForCell = this.EvaluateCellStyle;
        }

 

please help.  

2 Answers, 1 is accepted

Sort by
0
Accepted
Didi
Telerik team
answered on 02 Aug 2018, 02:11 PM
Hi Hernando,

Thank you for the provided code.

I have tested the described scenario but on my side it works fine. Please take a look a the attached project and let me know if I am missing something. May I ask you to modify it, so that the issue can be replicated and send it back to us, that would be of great help in further researching the case. Please note that you should open a support ticket and attach the project there, as in the forum only image attachments are allowed. 

Looking forward to your reply.

Regards,
Didi
Progress 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
Hernando
Top achievements
Rank 1
Iron
answered on 10 Aug 2018, 12:35 PM

Hi, Thanks for the code , your code is working as expected.

We are now using the monthly view as the users preferred it.

 

Thanks.

Tags
Calendar & Scheduling
Asked by
Hernando
Top achievements
Rank 1
Iron
Answers by
Didi
Telerik team
Hernando
Top achievements
Rank 1
Iron
Share this question
or