Hello,
I tried to use radconfirm to display a confirmation dialog.
I know that the original behaviour of deleting appointment is a confirmation dialog, but it is not transparent with IE in quirks mode. And I can't change quirks mode.
And, I also want to have all my confirmation window to look the same.
But, when on the OnClientAppointmentDeleting event, I put a radconfirm, it doesn't wait for an answer from the client and launches the AppointmentDelete event and my event is deleted before I could choose.
I tried to call set_cancel(true) before calling radconfirm, but if I call set_cancel(false) after, it's still cancelled.
How can I call a radconfirm before deleting an appointment ?
Thanks
I tried to use radconfirm to display a confirmation dialog.
I know that the original behaviour of deleting appointment is a confirmation dialog, but it is not transparent with IE in quirks mode. And I can't change quirks mode.
And, I also want to have all my confirmation window to look the same.
But, when on the OnClientAppointmentDeleting event, I put a radconfirm, it doesn't wait for an answer from the client and launches the AppointmentDelete event and my event is deleted before I could choose.
I tried to call set_cancel(true) before calling radconfirm, but if I call set_cancel(false) after, it's still cancelled.
How can I call a radconfirm before deleting an appointment ?
Thanks