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
145
Problem loading variances
posted

We use Infragistics 15.2 and a Calendar for showing of our custom events.

They are loaded as binding list of objects via AppointmentsDataBinding as described here
http://help.infragistics.com/Help/Doc/WinForms/2012.1/CLR2.0/html/Infragistics2.Win.UltraWinSchedule.v12.1~Infragistics.Win.UltraWinSchedule.AppointmentsDataBinding.html

One difference - we do not use members for Reminder and AllProperties.

We ran into a problem loading variances of the Recurring event, which have been created earlier.
We store the Recurrence object on the root record and a Recurrence ID on each variance and seems a collection is built correctly.
But after binding is occurred the DataKey, as well as a Subject and Description of changed appointments are overriden with the values from Root recurrence record.

Please advise what can be a source of problem.