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
705
How can I set the UltraWeekView to show only one column of date?
posted

Hi all,

How can I set the UltraWeekView to show only one column of date?
 
Regards & Thanks
 
Wei Wei
  • 69832
    Offline posted

    UltraDayView displays the contents of the associated  UltraCalendarInfo's SelectedDateRanges collection, so if you prevent multiple-date selection, it will only ever show one day:

    UltraCalendarInfo.SelectTypeDay = SelectType.Single;