I am using the Syncfusion calendar and have added a "Today" button to make it easier for a user to get back to the current day from a future month. When this button is pressed I change the value of SelectedDate to DateTime.Today which updates the highlighted date. However I would like the calendar to actually display the current month when this button is clicked rather than staying on the future month. How would I be able to achieve this?
Thanks