Hi,
I'm having an annoying issue with RadScheduler's rendering within a RadSplitter.
that's the code:
At the Page Load I see that the Radscheduler isn't completely rendered, as you can see in the attached screenshot.
If I make a post on the page, or simply closing and reopening the radsplitter bar, the scheduler behave as expected, filling the 100% width.
Some ideas about that?
Thanks in advance, bye
Leonardo
I'm having an annoying issue with RadScheduler's rendering within a RadSplitter.
that's the code:
<telerik:RadSplitBar id="RadSplitbar1" EnableResize="false" runat="server" CollapseMode="Forward"></telerik:RadSplitBar> <telerik:RadPane id="MiddlePane" runat="server"> <!-- Content --> <!--<td valign="Top">--> <table width="100%"> <tr> <td> <asp:updatepanel runat="server" ID="MasterUpdatePanel"><table><tr> <td width="100%" colspan="2"> <telerik:RadScheduler ID="SchedulerAttivita" runat="server" EnableCustomAttributeEditing="True" Width="100%" AllowDelete="False" AllowInsert="False" WeekView-HeaderDateFormat="dd/MM/yyyy" MonthView-UserSelectable="false" TimelineView-UserSelectable="false" DayView-UserSelectable="true" DayStartTime="<%# StartTime %>" DayEndTime="<%# EndTime %>" OverflowBehavior="Expand" WorkDayStartTime="<%# StartTime %>" WorkDayEndTime="<%# EndTime %>" ShowFooter="False" ShowAllDayRow="False" AppointmentStyleMode="Default" MinutesPerRow="<%# MinutesPerRow %>" FirstDayOfWeek="Monday" AdvancedForm-Enabled="false" LastDayOfWeek="Friday" DataKeyField="ID" DataStartField="DATA_INIZIO" DataEndField = "DATA_FINE" DataSubjectField="SUBJECT" SelectedView="WeekView" onappointmentclick="SchedulerAttivita_AppointmentClick" onformcreating="SchedulerAttivita_FormCreating" OnClientAppointmentMoving="OnClientAppointmentMoving" onnavigationcommand="SchedulerAttivita_NavigationCommand" Culture="it-IT" EnableAdvancedForm="False" HoursPanelTimeFormat="t"> <AdvancedForm Enabled="False" EnableCustomAttributeEditing="True"></AdvancedForm> <Localization HeaderDay="<%$ Resources:SchedulerHeaderDay %>" HeaderToday="<%$ Resources:HeaderToday %>" HeaderWeek="<%$ Resources:HeaderWeek %>" /> <TimelineView UserSelectable="False"></TimelineView> <WeekView HeaderDateFormat="dd/MM/yyyy"></WeekView> <MonthView UserSelectable="False"></MonthView> </telerik:RadScheduler> </td> </tr></table></asp:updatepanel> </td> </tr> </table></telerik:RadPane> </telerik:RadSplitter>At the Page Load I see that the Radscheduler isn't completely rendered, as you can see in the attached screenshot.
If I make a post on the page, or simply closing and reopening the radsplitter bar, the scheduler behave as expected, filling the 100% width.
Some ideas about that?
Thanks in advance, bye
Leonardo