Hi,
I'm experiencing problem that I'm unable to select any date (i.e. date is not highlighted and SelectionChanged event is not fired) after ObservableCollection in DataSource property is updated. After swiping the month to next/previous month everything start to work again.
In order to simulate it:
- setup a SfCalendar with DataSource property pointing to ObservableCollection with events in SfCalendar's current month
- update the ObservableCollection (insert, remove or move any object in ObservableCollection)
- when selecting a new date, dates are no longer highlighted and SelectionChanged event is not fired
My setup - Xamarin Forms, iOS simulator 10.2 (I'm not aware if this problem is on other simulators/devices).