This is for RadScheduler control of version 2008.3.1125.35. We are using Localization-ConfirmDeleteText for showing confirmation message while deleting an appointment. At run time, when user cancels deleting appointment, it sets IsPostBack property of the page to false.
eg. steps are as follow,
1. user select "cancel"
2. user select "ok"
Here, after pressing "ok", Page_load will run twice. Once for ["cancel"] with IsPostBack as "FALSE", and once for "ok" with IsPostBack as "TRUE".
It works fine with your 619 version.
Waiting for the suggestions.
Thanks,
Shailaja
eg. steps are as follow,
1. user select "cancel"
2. user select "ok"
Here, after pressing "ok", Page_load will run twice. Once for ["cancel"] with IsPostBack as "FALSE", and once for "ok" with IsPostBack as "TRUE".
It works fine with your 619 version.
Waiting for the suggestions.
Thanks,
Shailaja