Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2320
Disable Inline Editing of Appointment
posted

Is there a way to disable inline editing (when the user clicks on the appointment) of an appointment's subject?

I want an appointment only to be editable through the Appointment Dialog.

Thanks in advance.

 

Parents
No Data
Reply
  • 54937
    Offline posted

    Currently there is no property to disable this. The next version will include properties to control how an activity may be edited. For now you would probably need to retemplate the AppointmentPresenter such that its template does not contain an element named "Editor". You can find the default styles/templates in the DefaultStyles directory (e.g. in the C:\Program Files\Infragistics\NetAdvantage 2010.3\WPF\DefaultStyles\Schedule directory).

Children