Hello,
Working with xf calendar and have a calendar loaded with appointments defaulting to monthview.
When day is selected, it have it move to dayview using the "SelectionChange" event:
calendar.TrySetViewMode(CalendarViewMode.Day, true);
Question is, how do I allow users to navigate BACK to monthview?
