Hello there,
We are using community edition of syncfusion. We have been implementing sfcalendar (version 15.2.0.46) in our xamarin.forms app. Issue here is that I have set calendar's ViewMode to YearView. That displays calendar in year view as well. After calendar is loaded and I try to tap on any of the month for first time, OnViewModeChanged event does not get fired. When I go back to year view by tapping month and again try to tap on any month, OnViewModeChanged gets fired. Strange it is. I got to manage some functionalities based on calendar's viewmode. Could anyone please help me with this?
Thanks.