Unplanned
Last Updated: 14 Aug 2017 11:52 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 17 Jul 2017 05:14
Category: Scheduler/Reminder
Type: Bug Report
1
FIX. RadScheduler - AppointmentAdded event is fired when you modify an existing appointment by using the inline editor
To reproduce: please refer to the attached sample project and run it. Try to edit the existing appointment by using the inline editor. As a result, the AppointmentAdded event will be fired. You will notice that the Appointments collection contains more appointments than the existing ones. Note that if you use the edit dialog, this event is not fired and the behavior is as expected.

Workaround: RadScheduler1.SchedulerElement.EditorManager.EditorViewMode = SchedulerEditorViewMode.EditorDialog
0 comments