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
85
problem with navigation in WebDayView
posted

I am using a WebScheduleInfo control with 4 views DayView,WorkWeekView,WeekView,MonthView to populate outlook tasks.

While on Day View if i click the previous and next navigation buttons the same day(todays day) appears again and again.

This problem does not occur always. Sometimes it works just fine. Can anyone help me out of this.

Parents
No Data
Reply
  • 24497
    posted

    Hi,

    If you set ActiveDay in codes, then you should take care about utc time shifts. You may try to use methods similar to

    WebScheduleInfo1.ConvertTimeZoneTimeToUtc(...)

Children
No Data