I am trying to show the AppointmentDialogWindow after a drag-and-drop operation creates an appointment.
I have added an event handler for ScheduleView.AppointmentCreated.
If I call :
I get an infinite loop and a StackOverFlowException.
I tried calling EditAppointment when the AppointmentsSource collection is added to, but at this stage of execute the appointment is still blank.
(I have read this thread: http://www.telerik.com/community/forums/silverlight/scheduleview/show-appointmentdialogwindow-manually.aspx but this did not have the answer)
Thanks
I have added an event handler for ScheduleView.AppointmentCreated.
If I call :
RadScheduleViewCommands.EditAppointment.Execute((Appointment)e.CreatedAppointment, ScheduleViewer);
I get an infinite loop and a StackOverFlowException.
I tried calling EditAppointment when the AppointmentsSource collection is added to, but at this stage of execute the appointment is still blank.
(I have read this thread: http://www.telerik.com/community/forums/silverlight/scheduleview/show-appointmentdialogwindow-manually.aspx but this did not have the answer)
Thanks