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

Rad Scheduler Scroll the headers!

1 Answer 94 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hesham Desouky
Top achievements
Rank 2
Hesham Desouky asked on 17 Aug 2011, 12:26 PM
Hello
I hav a rad scheduler control with Overflowbehaviour = "Scroll"
The scheduler expand beyound the container sizes and its scroll is disapled and headers and footers are not fixed (scrolled)

my container is a div with absolute position with overflow-y is auto and my browser is IE9 with compatiability mode

Image attached to illusterate the problem

Is this an issue with the absolution posisitoned divs?

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 18 Aug 2011, 09:22 AM
Hi Hesham Desouky,

You have probably fixed the height of the div container by setting its value in pixels.
If the height of the content in the div container exceeds the height of the container then overflow: auto will add horizontal scroll bar to the right side.

Removing the height of the container should fix the problem.

Kind regards,
Ivana Gjorgeva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Scheduler
Asked by
Hesham Desouky
Top achievements
Rank 2
Answers by
Ivana
Telerik team
Share this question
or