subhashini T
Top achievements
Rank 1
subhashini T
asked on 03 May 2010, 01:27 PM
Is it possible to capture the start and end date when the user clicks on one date (in month view) and drags across, maybe, the next three days(for example)? I need the event to be triggered when the user releases the mouse click
4 Answers, 1 is accepted
0
subhashini T
Top achievements
Rank 1
answered on 03 May 2010, 01:30 PM
This not about clicking on an appointment, rather it involves mouse click and drag on the scheduler aiming at creating a new appointment.Any help in this issue is highly appreciated.
0
Shinu
Top achievements
Rank 2
answered on 03 May 2010, 01:51 PM
Hi Subhashini,
I hope "OnClientAppointmenMoveEnd" event is suitable for your need. The OnClientAppointmenMoveEnd client-side event is called when the user stops moving an appointment.
-Shinu.
0
subhashini T
Top achievements
Rank 1
answered on 04 May 2010, 05:20 AM
Hi shinu,
Thanks for your reply.
The event that you had suggested gets triggered when you move an appointment. But I need to capture the event when you click on the scheduler(not on an existing appointment) and intend to create a new appointment.
0
Hi subhashini T,
Here are some other events to consider:
OnClientAppointmentInserting
OnClientTimeSlotClick
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.
Here are some other events to consider:
OnClientAppointmentInserting
OnClientTimeSlotClick
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.