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

Unable to open advanced edit form on double clicking the appointment

3 Answers 99 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dilip Kumar
Top achievements
Rank 1
Dilip Kumar asked on 13 Jul 2011, 08:31 AM
Hi Support,

I have kept the following options
AdvancedForm-Enabled="true" AdvancedForm-Modal="true"  StartInsertingInAdvancedForm="true"
                        StartEditingInAdvancedForm="false" in my rad scheduler, but I am unable to view the advanced edit form on double clicking an appointment. Please let me know whether I am missing any option . Please help.

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 13 Jul 2011, 04:31 PM
Hello Dilip Kumar,

Please, try to set the property StartEditingInAdvancedForm="true" because when it is false it is actually forbidden to achieve the desired functionality. Let me know if I am missing something.

Greetings,
Plamen Zdravkov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Dilip Kumar
Top achievements
Rank 1
answered on 14 Jul 2011, 11:24 AM
Hi Plamen ,

When I try to set StartEditingInAdvancedForm="true", it is not even opening the popup with save,cancel and options buttons. Am I missing some thing? Please find my code snippet below.

<telerik:RadScheduler runat="server" ID="RadScheduler1" Skin="Vista"                    
                        Height="551px" ShowFooter="false"
                        TimeZoneOffset="00:00:00"  AdvancedForm-Enabled="true" AdvancedForm-Modal="true"
                        SelectedDate="2009-10-10"
                        FirstDayOfWeek="Monday" LastDayOfWeek="Friday"                        
                        EnableDescriptionField="true"
                        AppointmentStyleMode="Default"
                        AllowEdit="true"                                                
                        OnAppointmentUpdate="RadScheduler1_AppointmentUpdate"                                             
                        OnAppointmentCreated="RadScheduler1_AppointmentCreated"
                        OnAppointmentDelete="RadScheduler1_AppointmentDelete"  
                        OnAppointmentInsert="RadScheduler1_AppointmentInsert"                          
                        StartInsertingInAdvancedForm="true"
                        StartEditingInAdvancedForm="false">
                        <MonthView UserSelectable="False" />
                        <WeekView UserSelectable="false" />                        
                        <AdvancedForm Modal="true" />
                        <TimelineView UserSelectable="False" />                        
                    </telerik:RadScheduler>

Also delete option is not firing the event.Please let me know if I am missing any options. Please find the attached images for reference.

Regards,
Dilip Kumar
0
Plamen
Telerik team
answered on 19 Jul 2011, 04:29 PM
Hi Dilip Kumar,

We tested the code locally but we didn't observe any odd behaviour.

Please isolate the problem in a sample project and sent it to us via support ticket sop we can be more helpful.

Greetings,
Plamen Zdravkov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Scheduler
Asked by
Dilip Kumar
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Dilip Kumar
Top achievements
Rank 1
Share this question
or