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
1104
DateTimeEditor holidays
posted

Hi,

I would like to show holidays in the DateTimeEditor dropdown. I have some special dates in a list and it would be great if DateTimeEditor could show those dates e.g. in bold when the user opens the dropdown to search for a date. It would be even better if I could also show a tooltip with a description of the certain holiday date.

Another option might be a way if the special dates could be disabled in the dropdown.

Please give me some information if this is possible and how.

Thank you!

Parents
No Data
Reply
  • 69832
    Offline posted

    The bad news is, no - UltraDateTimeEditor does not support that behavior, since we use a .NET MonthCalendar control in the dropdown.

    The good news is, the Infragistics.Win.UltraWinSchedule.UltraCalendarCombo control does support that kind of stuff, and more, since it is our own native C# control in the dropdown.

    Note that UltraCalendarCombo does not support masking in the edit portion as UltraDateTimeEditor does. If you need masking and the calendar you get with UltraCalendarCombo, this is possible, but you need to write some code to do it. There are probably some examples already around if you search the forums, but if you can't find anything let us know and we can help you with that.

Children
No Data