Hola a todos, espero halla alguien que hable español y me pueda aclarar lo siguiente.
Necesito crear una agenda y estoy utilizando el control sheduler, pero quiero que cuando le de doble click en determinada hora no me salga el appointment que tiene por defecto sino uno que yo halla diseñado, o que por lo menos me deje editar el appointment a mis necesidades; porque la verdad no tengo idea de como se hace
Agradezco a quien me pueda ayudar o dar una luz.
Necesito crear una agenda y estoy utilizando el control sheduler, pero quiero que cuando le de doble click en determinada hora no me salga el appointment que tiene por defecto sino uno que yo halla diseñado, o que por lo menos me deje editar el appointment a mis necesidades; porque la verdad no tengo idea de como se hace
Agradezco a quien me pueda ayudar o dar una luz.
6 Answers, 1 is accepted
0
Hi Javier,
Thank you for writing.
I would like to let you know that the official language in our support channels is English. I tried to translate your question using Google Translate, however it does not seem clear enough to me. I would like to kindly ask you to rewrite your question in English, preferably not by using Google Translate. You can also try to explain in greater details.
Looking forward to your response.
Regards,
George
Telerik
Thank you for writing.
I would like to let you know that the official language in our support channels is English. I tried to translate your question using Google Translate, however it does not seem clear enough to me. I would like to kindly ask you to rewrite your question in English, preferably not by using Google Translate. You can also try to explain in greater details.
Looking forward to your response.
Regards,
George
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Javier
Top achievements
Rank 1
answered on 05 Aug 2014, 12:18 AM
Hi Jorge,
Thanks for responding, my question is regarding Sheduler control in my project I need to create a medical book and I could customize to my needs the Appointment that comes standard with the control. I have seen some forums but honestly I could not entendeder well.
Thank you very much for the help you can give me.
Thanks for responding, my question is regarding Sheduler control in my project I need to create a medical book and I could customize to my needs the Appointment that comes standard with the control. I have seen some forums but honestly I could not entendeder well.
Thank you very much for the help you can give me.
0
Karen
Top achievements
Rank 1
answered on 05 Aug 2014, 01:06 AM
It's the same solved http://www.telerik.com/forums/show-custom-form---edit-appointment
0
Accepted
Hello guys,
Than thank you for writing.
@Karen, thank you for providing relevant forum post.
@Javier, as far as I can understand from the provided information you want to change the appointment edit form? If so, you can read the forum post provided by @Karen and the following help article: Adding a custom field to the EditAppointment dialog which will also show you how to add custom properties to your appointment.
Let me know, in case you have other questions.
Regards,
George
Telerik
Than thank you for writing.
@Karen, thank you for providing relevant forum post.
@Javier, as far as I can understand from the provided information you want to change the appointment edit form? If so, you can read the forum post provided by @Karen and the following help article: Adding a custom field to the EditAppointment dialog which will also show you how to add custom properties to your appointment.
Let me know, in case you have other questions.
Regards,
George
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
0
Javier
Top achievements
Rank 1
answered on 11 Aug 2014, 09:28 PM
Greetings,
I would like to know how I change the date of a radtimepicker control. the idea is that you can select the date and time and user needs.
I would like to know how I change the date of a radtimepicker control. the idea is that you can select the date and time and user needs.
0
Hello Javier,
Thank you for writing.
You can change the date by changing the Value of RadDateTimePicker:
You can read about its properties here: RadDateTimePicker Properties | UI for WinForms Documentation.
I hope this helps.
Regards,
George
Telerik
Thank you for writing.
You can change the date by changing the Value of RadDateTimePicker:
dateTimePicker.Value = DateTime.Now;
You can read about its properties here: RadDateTimePicker Properties | UI for WinForms Documentation.
I hope this helps.
Regards,
George
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.