Hello, all,
how I can disable dayselection on UltraCalendarCombo,
so that user can not select all days in future?
Many thanks in Advance
Regards
Hello, Matt,
thank you very much, that is exact what I want :-)
You will need to use an UltraCalendarInfo on your form; this component has a MaxDate property. You assign this instance to the CalendarInfo property of the combo and any dates that fall past the MaxDate will appear disabled.
-Matt