Hi
This is the simple layout, a table with 2 columns and 1st column has RadScheduler. Inspite of simple layout, it does not render properly on screen.
As you can see on first image (rs-ErrorScreen1.jpg), that inspite of specifying 75% width, its occupying more.
By just switching between day and month view, it resets itself as per given 75%. See second image (rs-ErrorScreen2.jpg),
so I do not understand why on inital load the scheduler is not in its given boundries?
More worse case is when I switch to "edit mode" The controls simply expand its width too much, that it goes beyond boundries
Save and cancel button are far off the screen.
I just don;t understnad where things are wrong. I can upload the video using screen capture (if you allow).
Regards
JD
<table width="100%"> <tr> <td width="75%"> <telerik:RadScheduler ID="RadScheduler1" runat="server" DataDescriptionField="Description" DataEndField="EndTime" DataKeyField="keyid" DataRecurrenceField="Recurrence" DataRecurrenceParentKeyField="RecurrenceParentKey" DataReminderField="Reminders" DataSourceID="SqlDataSource1" DataStartField="StartTime" DataSubjectField="Subject" EnableDescriptionField="True" FirstDayOfWeek="Monday" SelectedView="MonthView" Skin="Sitefinity" OverflowBehavior="Expand" EnableCustomAttributeEditing="False" onappointmentinsert="RadScheduler1_AppointmentInsert" StartEditingInAdvancedForm="False" onload="RadScheduler1_Load" > <Reminders Enabled="True" /> </telerik:RadScheduler> </td> <td width="25%" valign="top" bgcolor="#FFFFA6" > <asp:Label ID="RadTextBox1" Runat="server" Text="Select an entry to view its description." ></asp:Label> </td> </tr> <tr> <td> </td> <td> </td> </tr> </table>This is the simple layout, a table with 2 columns and 1st column has RadScheduler. Inspite of simple layout, it does not render properly on screen.
As you can see on first image (rs-ErrorScreen1.jpg), that inspite of specifying 75% width, its occupying more.
By just switching between day and month view, it resets itself as per given 75%. See second image (rs-ErrorScreen2.jpg),
so I do not understand why on inital load the scheduler is not in its given boundries?
More worse case is when I switch to "edit mode" The controls simply expand its width too much, that it goes beyond boundries
Save and cancel button are far off the screen.
I just don;t understnad where things are wrong. I can upload the video using screen capture (if you allow).
Regards
JD