Hi
can anyone give me an hint how I can prevent the user to be able to edit the text of an appointment?
I can't find the right setting
Every view control, such as the DayView has a property called "EnableAutoActivityDialog" which basically says whether or not the appointment dialog is allowed to be displayed.
There are also client events such as ActivityUpdating that will allow you to roll back a field on an appointment if you don't want it to be changed.
-SteveZ
Anyone?