We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Schedule Editor not disable

Hi,

I have a problems with for disable the Schedule Editor. 

My Xaml is this:

 <sync:SfSchedule ItemsSource="{Binding Path=Entities}" 
                             ScheduleType="Week"
                             FirstDayOfWeek="Monday"
                             AllowEditing="False" 
                            >
                <sync:SfSchedule.AppointmentMapping>
                    <sync:ScheduleAppointmentMapping
                        SubjectMapping="Description"
                        StartTimeMapping="Start"
                        EndTimeMapping="End"/>
                </sync:SfSchedule.AppointmentMapping>

</sync:SfSchedule>

if I click on empty position the editor doesn't open, but if I click on existing appointment the editor is open in readonly modality.
How Can I do for don't open never the Schedule Editor?

Thank you

1 Reply

JM Jeyasri M Syncfusion Team February 13, 2017 05:02 AM UTC

Dear Customer, 
Your requirement to Disable the SfSchedule default editor can be achieved by cancelling the   
AppointmentEditorOpening event of SfSchedule. Based on your requirement we have prepared a sample and please find the sample from below link. 
 
Sample:  
 
Please refer the below UG link for more details about Schedule AppointmentEditorOpening event. 
 
Also, you can refer the below KB for customize editor in schedule. 
 
KB for customize the editor: 
 
Regards, 
Jeyasri M. 


Loader.
Live Chat Icon For mobile
Up arrow icon