Hi,
I am trying to add confirmation OnClientAppointmentMoveStart of RadSchedular by this code
function onAppointmentMoveStart(sender, eventArgs) {
if (!confirm('Are you sure you want to move this Appointment?')) {
eventArgs.set_cancel(true)
}
}
It is working fine if user click ok and in case cancel it continuously showing confirmation alert. I donot know what is problem.
I have tested this behavior on IE7, IE8 and Mozilla 3.5.8 getting same problem in all these browsers.
I am currently using Telerik.Web.UI.dll 2009.3.1103.35 .
Kindly Help me
Aamir
I am trying to add confirmation OnClientAppointmentMoveStart of RadSchedular by this code
function onAppointmentMoveStart(sender, eventArgs) {
if (!confirm('Are you sure you want to move this Appointment?')) {
eventArgs.set_cancel(true)
}
}
It is working fine if user click ok and in case cancel it continuously showing confirmation alert. I donot know what is problem.
I have tested this behavior on IE7, IE8 and Mozilla 3.5.8 getting same problem in all these browsers.
I am currently using Telerik.Web.UI.dll 2009.3.1103.35 .
Kindly Help me
Aamir