Hi
I having problem for not allowing user to change the subject of the appointment. I found out from the post that you can handle that via BeforeAppointmentEdited event but some reason that event is not firing during the execution of code.
Please help.
What control are you using...UltraDayView or UltraWeekView?
For the UltraDayView, the event is BeforeAppointmentEdited. For the UltraWeekView, the event is BeforeAppointmentEdit.
If the applicable event is not being fired, perhaps there is an issue with how the event is wired.
Hope this helps in some small way.