Is is possible to disable rad Editing of an apointment and use a custom Form for Editing? But I still want to be able to drag and edit duration of an appointment.
Ok there are two type of editing an appointment by setting the following property
1. EnableAdvancedForm = True (Redirects to rad Advanced form editing)
2. EnableAdvancedForm = False (Allows to edit the subject of the App on the schedular)
I have used the Second option and now on the client side double click event, I pop up my custom aspx page.The pop up works but the focus sets back to the base form and the selected appointment goes in the edit mode.
Is there a work around ?
Ok there are two type of editing an appointment by setting the following property
1. EnableAdvancedForm = True (Redirects to rad Advanced form editing)
2. EnableAdvancedForm = False (Allows to edit the subject of the App on the schedular)
I have used the Second option and now on the client side double click event, I pop up my custom aspx page.The pop up works but the focus sets back to the base form and the selected appointment goes in the edit mode.
Is there a work around ?