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?