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
265
Infragistics SR 2049 -not loading saved appointments former to isntallation of SR 2049
posted

Hi

I have UltraCalendarInfo bind to data base as the WinSchedule Database Demo sample application.

I installed the SR 2049 and find out that appointments that had been saved former to the installation of SR 2049 not loaded, In addition new created appointments cannot be cloned , appointment Save method with true for universal time returned byte array but static method FromBytes returned null instead of cloned appointment the following code demonstrate it:

tempAppointment =

Appointment.FromBytes(initialAppointment.Save(true));

Finally I deleted all old appointments (appointments that had been saved former to the installation of SR 2049) , creating new appointments ,clone them and loading from data base all functional properly but as long that old appointments where stored , loading the appointments by binding from data base and  cloning new appointments didn't work. 

Please check this matter.

 

Thanks.

 

  • 71886
    Offline posted

    Hello tomert,

    I tried this and it always works fine for me so I attached my sample to this post for you. I also believe that this might be an already fixed issue. Please review the sample and feel free to let me know if I misunderstood you or if you have any other questions.

    AppointmentSaving.zip