4 Answers, 1 is accepted
0
Hello Aditya ,
There is no such functionality out of the box. However, I think that this demo comes close to what you are targeting. The idea there is to check whether there is an appointment in the target slot, and if there is one - proceed accordingly.
All the best,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
There is no such functionality out of the box. However, I think that this demo comes close to what you are targeting. The idea there is to check whether there is an appointment in the target slot, and if there is one - proceed accordingly.
All the best,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Aditya
Top achievements
Rank 1
answered on 03 Jul 2009, 05:21 PM
I added all the javascript functions in the demo and added the following to the rad scheduler source code
OnClientAppointmentInserting="appointmentInserting" OnClientAppointmentResizeEnd="appointmentResizeEnd"
For some reason when I drag an appointment into the time slot occupied by another appointment it does not display the confirm message ?
Is there any other property I need to change ?
Thanks,
Aditya
0
Hello Aditya ,
In order to use RadConfirm, you need to add declaration of RadWindowManager to your page like this:
You can find sample project attached.
Kind regards,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
In order to use RadConfirm, you need to add declaration of RadWindowManager to your page like this:
| <telerik:RadWindowManager ID="Singleton" runat="server"> |
| </telerik:RadWindowManager> |
You can find sample project attached.
Kind regards,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Aditya
Top achievements
Rank 1
answered on 06 Jul 2009, 12:44 PM
I was able to figure this one out. Thanks for all your help.
Aditya
Aditya