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

Drag an appointment to Header ??

1 Answer 57 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Denis Cilliers
Top achievements
Rank 1
Denis Cilliers asked on 10 Jan 2013, 05:26 PM
Umm im almost sure that this is not supposed to happen 

There is a section above the top of the time periods on the scheduler

You can drag an appointment to this section of the scheduler?
The times for the appointment are reset when this happens and the save well seems to be happy that it is still an appointment object.

Can this be disabled, as im sure the users are gona do this just for fun to get me.... :(

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Petrov
Telerik team
answered on 15 Jan 2013, 03:33 PM
Hi Denis,

Thank you for writing.

The area above the time table is the all day header area. In this section are displayed the All day events. You can observe the same implementation in MS Outlook. Nevertheless, you can remove this area by using the following line of code:
this.radScheduler1.GetDayView().ShowAllDayArea = false;
If you are using another view you should use the corresponding Get<viewtype>View() method of RadScheduler.

I hope this will be useful. Should you have further questions, I would be glad to help.
 
Regards,
Ivan Petrov
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
Tags
Scheduler and Reminder
Asked by
Denis Cilliers
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
Share this question
or