Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I have used Radcalendarview(Telerik Calendar for Xamarin android).It has been working smoothly upto android 8.Now in android 9, it is giving error 'Invalid Region Op -only INTERSECT and DIFFRENCE are allowed'.

code sample:

RadCalendarView calendarView = crmCalendarLayout.FindViewById<radcalendarview>(Resource.Id.calendarView);

calendarView.EventsDisplayMode = EventsDisplayMode.Inline;


Now , what is surprising, that if I set ,
calendarView.EventsDisplayMode = EventsDisplayMode.Popup;

Then it is working.

Can somebody tell me whether , Visual Studio Xamarin has stopped support on inline calendar events or any new things needed for android 9.

Thanks..

What I have tried:

I have googled, but unable to find any thing that is relevant to my query.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900