JiFong Chen
Top achievements
Rank 1
JiFong Chen
asked on 01 Feb 2013, 04:42 AM
I have two RadSchedulers on the same page, and I would like to drag an appointment from RadScheduler1 to RadScheduler2, is this achievable?
5 Answers, 1 is accepted
0
Princy
Top achievements
Rank 2
answered on 01 Feb 2013, 05:33 AM
Hi JiFong
Currently as of now Telerik dont have this feature.
In one of the forums they have mentioned that, this will be added as a requirement for future release.
Thanks,
Pricny.
Currently as of now Telerik dont have this feature.
In one of the forums they have mentioned that, this will be added as a requirement for future release.
Thanks,
Pricny.
0
RTA DEV
Top achievements
Rank 1
answered on 21 Jan 2016, 07:04 AM
Hi,
May I know when will this feature to drag-and-drop between two different schedulers be included?
Thanks,
Julian
0
Hello Julian,
The desired functionality is still not supported by the control. Yet I have implemented a workaround solution where the desired behavior is achieved. I am attaching my test page.
Hope this will be helpful.
Regards,
Plamen
Telerik
The desired functionality is still not supported by the control. Yet I have implemented a workaround solution where the desired behavior is achieved. I am attaching my test page.
Hope this will be helpful.
Regards,
Plamen
Telerik
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 Feedback Portal
and vote to affect the priority of the items
0
RTA DEV
Top achievements
Rank 1
answered on 28 Jan 2016, 01:28 AM
Hi Plamen,
Thank you for the sample application. It is working perfectly. However, I do have one question.
I am doing some special handlings in the OnClientAppointmentMoveEnd event, which means I want the "mouseup" event to happen before the OnClientAppointmentMoveEnd event. But from what I see, sometimes the OnClientAppointmentMoveEnd event occurs before "mouseup", but another time it is the other way round.
So, my question is: Is there any way that I can force the order in which these events occur?
Thank you for your time.
Regards,
Julian
0
Hello Julian,
The OnClientAppointmentMoveEnd is also happening on mouseup event so you basically can move the logic from the current mouseup function. Please have in mind that you will have to move the variables that are declared in the beginning of the OnClientAppointmentMoveStart function to the global scope so that they can be reached from the OnClientAppointmentMoveEnd event.
Hope this will help you solve the issue.
Regards,
Plamen
Telerik
The OnClientAppointmentMoveEnd is also happening on mouseup event so you basically can move the logic from the current mouseup function. Please have in mind that you will have to move the variables that are declared in the beginning of the OnClientAppointmentMoveStart function to the global scope so that they can be reached from the OnClientAppointmentMoveEnd event.
Hope this will help you solve the issue.
Regards,
Plamen
Telerik
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 Feedback Portal
and vote to affect the priority of the items