This question is locked. New answers and comments are not allowed.
Hi
I'm trying to close the appointment edit dialog using:
But it does not seem to do anything.
I have added a button to the dialog that needs to execute my code before closing the dialog (so I cannot simple assign Command="telerik:WindowCommands.Cancel" to the button).
I'm trying to close the appointment edit dialog using:
RadScheduleViewCommands.CancelEditAppointment.Execute(appointment, ScheduleViewer);
But it does not seem to do anything.
I have added a button to the dialog that needs to execute my code before closing the dialog (so I cannot simple assign Command="telerik:WindowCommands.Cancel" to the button).