Hi,
I'm trying out a new POC for Android and using the Calendar widget. It looks very promising, but I can't even get the SelectionMode single working. Here is my code, from looking at the documentation it should be working.
<com.telerik.widget.calendar.RadCalendarView android:id="@+id/calendarView" android:layout_width="match_parent" android:layout_height="match_parent" calendar:selectionMode="Single" />I've also tried setting it in the Activity:
RadCalendarView calendar = FindViewById<RadCalendarView> (Resource.Id.calendarView); calendar.SelectionMode = CalendarSelectionMode.Single;As you can see from the image below, it is still selecting multiple dates...
Here is what my calendar looks like: