Problem: The recurrence editing controls will break if you're using custom advanced templates based on the examples from the 2010 Q1 release or earlier. See the attached screenshot.
Reason: The recurrence editing part of the advanced form is now implemented as a separate control. It has separate skins and scripts from RadScheduler.
Solution: Update the advanced form template to use the
RadSchedulerRecurrenceEditor control as in the
example. You need to update AdvancedForm.js to the latest version as well.
Workaround:
Step 1: Register the RadSchedulerRecurrenceEditor skins manually:
Step 2: In AdvancedFormVB/CS.ascx locate RecurrencePanel and add RecurrenceEditor CSS class: