When i want to change appointment time without using Edit Appointment Dialog, which event is triggered?? I want to know which event is triggered because i want to update time in database.
3 Answers, 1 is accepted
0
Ivan Todorov
Telerik team
answered on 30 Sep 2011, 05:26 PM
Hi Frederico,
Thank you for your question.
When an Appointment's property is changed, it notifies the collection which contains it. Therefore, you should handle the CollectionChanged event of the Appointments collection. The following code snippet demonstrates how you can achieve this: