Is there a way to disable the delete and resize confirmation dialogs for recurring appointments?
I've set the following property for moving and it works as expected:
However, there does not appear to be corresponding properties for the delete and resize events.
I have also tried intercepting the "recurrence action dialog showing" event (OnClientRecurrenceActionDialogShowing) and cancelling it. However, it cancels all subsequent events. I.e., I was hoping that it would simply cancel the display of the dialog and then I would recieve an OnClientAppointmentDeleting or OnClientAppointmentResizeEnd event. But that does not appear to be the case.
Any ideas?
Thanks.
Kevin
I've set the following property for moving and it works as expected:
DisplayRecurrenceActionDialogOnMove="false"
However, there does not appear to be corresponding properties for the delete and resize events.
I have also tried intercepting the "recurrence action dialog showing" event (OnClientRecurrenceActionDialogShowing) and cancelling it. However, it cancels all subsequent events. I.e., I was hoping that it would simply cancel the display of the dialog and then I would recieve an OnClientAppointmentDeleting or OnClientAppointmentResizeEnd event. But that does not appear to be the case.
Any ideas?
Thanks.
Kevin