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

[Solved] OverflowBehavior in chrome

1 Answer 149 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jody Harbour
Top achievements
Rank 1
Jody Harbour asked on 10 Mar 2010, 08:23 PM
Scheduler appears to be fine in Chome except for the scrolling behavior. attached is the difference, how do i make chrome act like ie.
<telerik:RadScheduler runat="server" ID="rs" HoursPanelTimeFormat="h:mmtt" ShowAllDayRow="false"   
GroupBy="R" GroupingDirection="Horizontal" NumberOfHoveredRows="1" Height="100%" Width="100%" 
DataKeyField="ID" DataSubjectField="Subject" DataStartField="Start" DataEndField="End"   
DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID" MinutesPerRow="5"   
OnClientTimeSlotContextMenu="ECMShow" OnClientAppointmentContextMenu="aptCMShow" 
OnClientAppointmentDeleting="AptDelete"   
OnClientAppointmentInserting="CancelEditing"  OnClientAppointmentEditing="CancelEditing" 
OverflowBehavior="Scroll" OnClientAppointmentClick="AptClick" 
CustomAttributeNames="F,T,CK,P" 
DisplayDeleteConfirmation="false" 
> 
<AdvancedForm Modal="true" /> 
<DayView UserSelectable="true" /> 
<MultiDayView UserSelectable="false" /> 
<WeekView UserSelectable="true" /> 
<MonthView UserSelectable="true" /> 
<TimelineView UserSelectable="false" /> 
<ResourceHeaderTemplate> 
    <%#Eval("Text")%> 
</ResourceHeaderTemplate> 
</telerik:RadScheduler> 
 

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 15 Mar 2010, 02:39 PM
Hi Jody,

Modern browsers size percent heights relatively to the container height and if there's no height set, the element is left without one. the answer to your question is to size all containers to height 100% if you want RadScheduler to have 100% height too. I'm attaching a sample page.

Greetings,
Kamen Bundev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Scheduler
Asked by
Jody Harbour
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or