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
80
Problem with appointment variances
posted

We use the AppointmentsDataBinding to bind columns of a DataTable to the UltraCalendarInfo control.

If the UltraDayView is used to modify an occurrence of a recurring appointment (postpone one occurrence to a different time) a new variance is created and also stored in the database. But after reloading all appointments, the variant appointment is not show on the UltraDayView. The unmodified occurrence of the root appointment is shown instead.

The variant appointment exists within the database and is also loaded with the dataset but not shown on the UltraDayView.

If the variant appointment is created using the internal appointment dialog everything works fine.

Does anyone has a hint to this issue?

Thanks