How to fire a server side function after a appointment is deleted. I know AppointmentDelete fires before the appoinment gets deleted.
1 Answer, 1 is accepted
0
Genady Sergeev
Telerik team
answered on 20 Apr 2009, 11:40 AM
Hi Praveen,
Indeed you are right, the AppointmentDelete event fires before an appointment gets deleted. However, you can set a flag in the AppointmentDelete event and then in the DataBound event check whether the flag is true or false. If it is true - proceed with an action. Example: