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.
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).
Thanks, Andrew.
I wasn't sure what to change in the template but changing the names of the Edit panels did the trick. I hope changing these won't break anything else?