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

OnClientAppointmentResizeEnd

1 Answer 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
bhargava
Top achievements
Rank 1
bhargava asked on 23 Mar 2009, 01:13 PM
Bhargava

  hi..while am trying to resize the appointment  in the OnClientAppointmentResizeEnd event i wrote the code like this
        var SDate = eventArgs.get_Appointment().get_start();
        var EDate = eventArgs.get_appointment().get_end();
for example i drag the appointment from 8am to 2 pm for 23 march i want SDate as 2009-03-23 8:00:00.000 and EDate as 2009-03-23 14:00:00.000 lly again i drag the appointment from 2pm to 10 am for 23 march den i want SDate as 2009-03-23 8:00:00.000 and EDate as 2009-03-23 10:00:00.000 so where ever i drag the appointment i want that startdate and end date with time....can u help me plz...!

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Mar 2009, 11:51 AM
Hello bhargava,

Try using the OnClientAppointmentMoveStart and OnClientAppointmentMoveEnd events.


Greetings,
Peter
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
bhargava
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or