Hello,
I'm having trouble getting the MonthViewSettings.InlineItemTemplate to display when a date in the SfCalendar is tapped.
These are the control settings:
- SelectionMode = "MultiRangeSelection"
- SelectedRange is bound to List()
- InlineView = "Inline"
- ShowinInlineEvents="True"
- ViewMode="MonthView"
- DataSource is bound to List()
However, the MonthViewSettings.InlineItemTemplate displays when removing the SelectionMode & SelectyedRange properties.
Please note the data is coming from a ViewModel.
Additional details about the solution:
- Xamarin Forms 4.1.0.618606
- SfCalendar v 17.1.0.53
- Currently, only testing on droid. I have not tried this on iOS
Any advice?
Thanks,
Homero