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
1015
Changing how many days the UltraDayView scrolls by
posted

Hello,

I'm working with an UltraDayView control that allows the user to display numerous appointments for the full work week in two different views: by the single day, or by five days (Friday - Thursday excluding weekends). If the user is currently viewing the multiple day view, I'd like to change the number of days they scroll by when they use the left and right arrow keys on the start and end dates.

For example, if the user has Friday (the first day on the view) selected, and they use the left arrow key to scroll back, I'd like for the UltraDayView to scroll to the previous Friday (7 days). If the user has Thursday (the last day on the view to the right) selected, and they use the right arrow key to scroll forward, I'd like fro the UltraDayView to scroll to the next Thursday (7 days). By default, the UltraDayView appears to scroll in only one day interval.

Does this ability exist on the UltraDayView or UltraCalendarInfo? If not, what event do I need to be looking for in order to customize this action?

Thanks,
Melissa

Parents
No Data
Reply
  • 1015
    posted

    Any follow up on this post yet? I gave up trying to change the scroll interval based on the left and right arrows, and now have the selected date ranges changing when they click a "navigation" button. However, I'd still like to know what logic goes on whenever the left or right arrow key is pressed on the UltraDayView, so I can use this logic to change  how the navigation buttons work based on how many days are currently being shown (1 or 5 or 7, based on preferences.)

Children