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
280
UltraDayView, UltraMonthViewSingle and UltraWeekView
posted

We have issue in with infragistics version 7.3 and higher.  We are near to delivery date and stacked at this issue. Please help me out.

 

We are using UltraDayView, UltraMonthViewSingle and UltraWeekView controls for creating calendar view control. Now we are facing some issue like if we are in Month/Week view stage and click on some appointment for that month/week that took me into day view stage. In previous version (v5.3) it was working fine. But now as we have updated our Infragistics version to 10.1 this issue appeared. Also this is issue with version 7.3.

If we seen in below screen shots. We have selected appointment for the 15Dec and as we single click over there then it moves to Day view as in IInd screen shot below.

Your support is appreciable.

Thanks in advance.

Parents
No Data
Reply
  • 69832
    Offline posted

    anupamshukla said:
    if we are in Month/Week view stage and click on some appointment for that month/week that took me into day view stage

    The controls do not interact with each other in this regard (and never did) so this has to be handled by your application code. I would search for code that is setting UltraDayView's Visible property, and put a breakpoint there so you can trace the cain of events.

Children
No Data