This is a migrated thread and some comments may be shown as answers.

undo/redo on RadScheduleView (deleting appointments)

1 Answer 74 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 22 Jun 2012, 09:06 PM

Hello,

I need to implement undo/redo on a RadScheduleView.

I need a way to capture the appointments as they are deleted by the end-user.

That way I can store them and add them back to the AppointmentsSource collection when the end-user performs an undo.

I am using MVVM and as such need to do this via data binding.

How can I do this?

Thanks in advance...

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 27 Jun 2012, 02:43 PM
Hello Brian,

The event that is triggered when an Appointment is deleted is AppointmentDeleted. As you are using MVVM pattern you can read this article on how to convert events to commands and not break the pattern.

More detailed information on events in RadScheduleView can be found in this article.

Greetings,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Brian
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or