Is there any server side event when an appointment is moved or resized?
2 Answers, 1 is accepted
0
Peter
Telerik team
answered on 30 Apr 2008, 11:25 AM
Hello Massimo,
Thank you for your question. RadScheduler doesn't have server events when an appointment is moved or resized. However, you can use the client side events along with RadAjaxManager to execute any server-side logic as shown in this topic: Manually add an AJAX request to a client-side event of an HTML element . Please, let us know if this suggestion helps you or not.
First of all thank you for the answer..
I'm using the AppointmentUpdate event and I'm checking the startDates and the endDates in the e.Appointment and e.ModifiedAppointment objects..
It seems work..