Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Selected Date Ranges
posted

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 

 

 

Parents
No Data
Reply
  • 130
    posted

    Use the MinDate and MaxDate properties of the UltraCalendarInfo component to restrict to a date range.

     -Mitch

Children
No Data