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

DatePicker shifted right and only partially showing

1 Answer 52 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
cmarsh
Top achievements
Rank 1
Iron
cmarsh asked on 19 Mar 2009, 04:29 AM
We have two pages using the Scheduler control. One works correctly and on the other the DatePicker appears shifted to the right about 2/3 of its width and only 1/3 is visible (we can see the first three day columns and a piece of the fourth). This is consistent in either Day, Week or Month view. We cannot see any difference in how the control is layed out. Here is the definition:

 

<div>

 

<telerik:RadScheduler ID="schCalendar" runat="server" AllowDelete="False"

 

AllowEdit="False" AllowInsert="False" Skin="Sunset" CustomAttributeNames="eveid"

 

onappointmentcreated="schCalendar_AppointmentCreated" TimelineView-UserSelectable="false"

 

onnavigationcomplete="schCalendar_NavigationComplete" DataKeyField="eveid" DataEndField="eve_end"

 

DataStartField="eve_start" DataSubjectField="eve_text" ShowAllDayRow="false">

 

<AppointmentTemplate>

 

<asp:HyperLink ID="HyperlinkDetails" runat="server"> <%# Eval("Subject")%></asp:HyperLink>

 

</AppointmentTemplate>

 

</telerik:RadScheduler>

 

</div>

 

 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 20 Mar 2009, 12:38 PM
Hello cmarsh,

I guess there is some CSS which is causing this behavior as I couldn't reproduce it in a simple page. Are there any other controls in that page? Could you please try disabling the CSS of your web site to see if this would solve the problem?

Regards,
Albert
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
cmarsh
Top achievements
Rank 1
Iron
Answers by
Atanas Korchev
Telerik team
Share this question
or