Hi,
You could use the telerik:RadSchedulerCommands.EditAppointment command and add handler for the AppointmentDeleted event. The event handler args have property Appointment that have the deleted appointment. For example:
With the following codebehind:
RadScheduler is still there but we would like to encourage our clients to migrate to RadScheduleView. It supports better MVVM, has better virtualization and overall performance. Your requests can be done easily. Using the RadScheduleView. If you used RadScheduleView you could add handler for AppointmentDeleted event and the event args would have Appointment parameter. As for the edit instead of save the RadScheduleView has EditAppointment command. The code would look like:
And in code behind you could get the deleted appointment:
Regards,
Pana
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>