This is a migrated thread and some comments may be shown as answers.

[Solved] Getting Problem OnClientAppointmentMoveStart event.

2 Answers 84 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Aamir Shah
Top achievements
Rank 2
Aamir Shah asked on 21 Feb 2010, 03:27 PM
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






2 Answers, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 25 Feb 2010, 11:50 AM
Hello Aamir,

Please, use OnClientAppointmentMoveEnd instead. The code within the handler should stay the same.

Greetings,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Aamir Shah
Top achievements
Rank 2
answered on 01 Mar 2010, 05:59 AM
Thank u so much Peter  Problem has been solved.
Tags
Scheduler
Asked by
Aamir Shah
Top achievements
Rank 2
Answers by
Peter
Telerik team
Aamir Shah
Top achievements
Rank 2
Share this question
or