Hello
I am trying to restrict the ultraCalendarCombo to a certain sets of dates that the user can choose and then allow the user to only choose one of these days. At the moment I have managed to set the selectedDateRange property of an UltraCalendarInfo to the allowable dates and assign this to the UltraCalendarInfo property of the ultraCalendarCombo at run time. However these dates dont appear to be selected on the calendar.
Is there a way to achieve this?
Thanks
Nisha
Use the MinDate and MaxDate properties of the UltraCalendarInfo component to restrict to a date range.
-Mitch