When I use <AdvancedEditTemplate> as below code, the Recurrencerule in e.ModifiedAppointment.Recurrencerule always is old value in update block:
RadScheduler1_AppointmentUpdate(
object sender, AppointmentUpdateEventArgs e)
{
string Recurrencerule=e.ModifiedAppointment.RecurrenceRule
}
<AdvancedEditTemplate>
......
<telerik:RadSchedulerRecurrenceEditor ID="RecurrenceEditor1" runat="server"></telerik:RadSchedulerRecurrenceEditor>
....
</AdvancedEditTemplate>
What should I modify?
Best regards!
4 Answers, 1 is accepted
If you want to use the RecurrenceEditor from an AdvancedEditTemplate you will have to use the similar implementation as in our online demo.
You can also refer to our Templates demo and this help topic where is shown another way to create a recurrence appointment.
Hope this will be helpful.
Plamen Zdravkov
the Telerik team
Thanks Plamen!
I have anothor question about telerik web page. When I click link 'help topic', It only shows left side menu, no contents on right side in the page. When click any left menu, still no contents show up. Please see attached screen(no contents in page.png). How can I see the contents when click a topic?
Thanks and regards,
Joyce
I have reviewed the image that you send us and tested the same scenario but the documentation web site was working properly at my site. Here you can see a video of my test. Since nobody else have reported such behavior it looks like a custom browser settings or restriction is causing this unusual issue. I will recommend you to test it in some other browser or computer and compare the behavior. Please let us know if you find out what exactly is invoking this behavior.
Plamen Zdravkov
the Telerik team
Thanks again,
Joyce