Hi;
I am trying to delete the selected day in the calendar. Is it possible not to have any day selected? The Clear button select Today. I tried to use a Context Menu with a event having this code:
this.rCalendario.SelectedDates.Clear();
this.rCalendario.SelectedDate = new DateTime();
And again select a day.
Can you help me?
Thanks
I am trying to delete the selected day in the calendar. Is it possible not to have any day selected? The Clear button select Today. I tried to use a Context Menu with a event having this code:
this.rCalendario.SelectedDates.Clear();
this.rCalendario.SelectedDate = new DateTime();
And again select a day.
Can you help me?
Thanks