Is there a control in your library that allows me to select multiple dates in a calendar? Prefereably a calendar that is displayed in a combobox.
Use the UltraCalendarCombo control. Set UltraCalendarCombo.AutoCloseUp to true, and UltraCalendarCombo.CalendarInfo.SelectTypeDay to 'Extended'.
This works great indeed. But is there a way to prevent the SelectedDateRanges from clearing when the control is openend again?
Now when I select a number of dates I can get them from the SelectedDateRanges, but when I open the control again, to see if the dates are still selected, the control seems to clear the dates I had previously selected.