Is there a way to have the appointment autosize so that it displays the entire title when it wraps? Please see the attached image for an example of what we are currently seeing. Below is the current schedule definition.
<telerik:RadScheduler ID="rdSchedule" runat="server" Skin="Default" AdvancedForm-Enabled="False" AllowDelete="False" AllowEdit="False" AllowInsert="False" EnableAdvancedForm="False" FirstDayOfWeek="Monday" HoursPanelTimeFormat="htt" LastDayOfWeek="Friday" ReadOnly="True" ShowViewTabs="false" ValidationGroup="Displays" SelectedView="MonthView" ShowHoursColumn="False" ShowResourceHeaders="False" TimelineView-UserSelectable="false" Visible="False" OverflowBehavior="Expand" MonthView-VisibleAppointmentsPerDay="25" MonthView-AdaptiveRowHeight="true" AppointmentStyleMode="Default"> <WeekView UserSelectable="False" /> <Localization AdvancedAllDayEvent="All day"></Localization> <DayView UserSelectable="False" /></telerik:RadScheduler>