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

Appointment Dragging - Color

1 Answer 58 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Sean Overman
Top achievements
Rank 1
Sean Overman asked on 29 Apr 2011, 12:08 AM
When I add an appointment to the appointments collection manually, say like this:
Appointment apt = new Appointment();
apt.UniqueId = new EventId(1);
apt.ResourceId = new EventId(1);
apt.Start = DateTime.Now.Date.AddHours(9);
apt.End = apt.Start.AddMinutes(30);
apt.Summary = "Apt Test";
radScheduler1.Appointments.Add(apt);
When I drag that appointment to a new location, there is no "feedback" of where I and currently hovering, so it makes it difficult to know if I'm dropping it in the correct spot.

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 04 May 2011, 09:32 AM
Hello Sean,

Thank you for writing.

You can find the answer to your question in the support ticket that you have opened "Appontment Dragging - Color".

A bit off topic, I would like to remind you that posting the same questions multiple times, slows down our responses. This is why, when you have a question and you need urgent response, please use the Support Ticketing System, otherwise if you do not need the response in such a time manner and you would like to share it with the community, use the forums. The usual response time for forum threads is 72 business hours and the Support threads are responded according to your license.

Should you have any other questions, do not hesitate to contact us.
 
Kind regards,
Stefan
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for download; also available is the Q2'11 Roadmap for Telerik Windows Forms controls.
Tags
Scheduler and Reminder
Asked by
Sean Overman
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or