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

In the month view, is it possible to make the Event Subject text wrap, rather than get cut off?

2 Answers 73 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 21 Nov 2012, 07:02 AM
A user was asking if we could make it so that the Event Title text wrap, rather than getting cut off at one line.

I tried editing the data template for the appointment, but wasn't able to get the height of the appointments on the month view to expand past a single line.

Anyone know if its possible?

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 21 Nov 2012, 09:06 AM
Hello William,

All appointments in the ScheduleView have the same height, you can change it by setting MinAppointmentHeight property:

<telerik:RadScheduleView AppointmentsSource="{Binding Appointments}"
    MinAppointmentHeight="60">
</telerik:RadScheduleView>

Hope this helps.

Kind regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Ok
Top achievements
Rank 1
answered on 28 Nov 2012, 03:02 PM
when we drag the appointment to another slot, the minimum height of the appointment is lost.........even though minheight is still set as 50, the appointment collapses......
appointment duration = 1 min.
Tags
ScheduleView
Asked by
William
Top achievements
Rank 1
Answers by
Yana
Telerik team
Ok
Top achievements
Rank 1
Share this question
or