All day appointments appear to have a set height, how do I alter that? It appears to ignore the duration of the event, I would like to have them all be about twice as tall as they are by default, but not impact other appointments.
1 Answer, 1 is accepted
0
Dani
Telerik team
answered on 22 Nov 2011, 02:18 PM
Hello Kjell,
With the current implementation of RadScheduleView the AllDayArea is just high enough to contain either a single appointment or all appointments that are IsAllDayEvent=True. The AllDayArea is not configurable in terms of size and cannot be expanded.
The appointments in the AllDayArea use the horizontal appointment template. If you want to make them bigger in terms of height, the only way which will be respected by the AllDayArea is to set MinAppointmentHeight of the RadScheduleView control.
Keep in mind, however, that all appointments in a view with a horizontal orientation will reflect the MinAppointmentHeight value - MonthView and TimelineView.
I hope this helps.
Best wishes,
Dani
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>