Hi there, I am trying to get a RadCalendar Range done but I can not switch between months, seems like when the selectionMode="Range" is set I can not navigate between months for multiple month selection range. Does anyone has a working example or the swipe gestures are disabled when the Range mode is enabled?
This is my RadCalendar widget:
<RadCalendar viewMode="Month" selectionMode="Range" (dateSelected)="onDateSelected($event)"></RadCalendar>
Thanks…
Hi @relvis,
Thank you for contacting us.
I tested your case, however, was unable to reproduce the similar issue for Android. You could review the attached GIF file.

Also, keep in mind that in iOS changing the viewMode from a month to multiple months should be done via code behind manually.
We are still having this problem in Ios you cannot apply a range and be able to go to the next month.