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...