I am testing out the Infragistics schedule component. I have a custom data provider that fetches and updates appointments and recurrences. Everything displays as expected.
Here's the easy question. When opening a recurring event, I never get the "Modify Recurrence Dialog" which tells Infragistics if I'm updating an occurrence or the series. Is there a property that I'm missing somewhere?
My response to the same question is here:
http://news.infragistics.com/forums/p/5111/90541.aspx#90541
Hi, I also have a custom data provider but I could not show recurring appointments in my webdayview. Non recurring appointments are showing but recurring app. are not.
Could you please post or send me your custom data provider at least part that I need.
Thank you.
I figured this out. For anyone who is running into the same problem, make sure you are storing the proper value for the recurrence edit type. I was always storing Series. The recurrence dialog only displays when the recurrence edit type is set to UserSelect.