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
450
Highlight List of Dates in UltraCalenderCombo
posted

I am having a List of Dates which has to be highlighted / enabled so that users select only those. Please suggest me a way to do so and also attach sample code for the same.

Preferably in C#

  • 69832
    Offline posted

    You can disable individual dates using the Infragistics.Win.UltraWinSchedule.Day object's Enabled property, but note that doing this for large numbers of days in not recommended. The Year/Month/Week object also expose an Enabled property.