I am using radcalendar with multi-month view. When a date is selected, I can use the following code to obtain the exact date selected:
e.SelectedDates[e.SelectedDates.Count - 1].Date
However, if the user clicks on the same date again to de-select it, how do I obtain that date? I need to get that date to continue with some business logic.
Thanks!
Frank