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
435
Adding appointments in MonthView
posted

When working in DayView the following line executes with no problem

this.ultraCalendarInfo1.Appointments.Add(someAppointment); 

But when I execute the same code in MonthView it does not increment the appointment collection. anybody can tell What is the problem here?

 

Parents
  • 69832
    Verified Answer
    Offline posted

    The likeliest explanation is that the CalendarInfo property of the UltraMonthViewSingle control is not set to reference this.ultraCalendarInfo1, while that of the UltraDayView is.

Reply Children
No Data