Hi
I'm using the SfCalendar in my application. I am using RangeSelection as SelectionMode. When I move my finger out the calendar while the selection has begun my application crashes. I get following error:
System.ArgumentOutOfRangeException
Message=Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
So I start selecting, hold my finger on the screen and move out of the calendarcomponent, then I lift my finger and the application crashes. Is this a known issue or is this caused by my implementation?
Regards,
Jens De Rijcke