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

Scrollbars do not appear when needed - help!

2 Answers 57 Views
Window
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 04 Oct 2010, 08:24 PM
Hi

There are two windows on a page,

The first loads a page containing a flash video, and shows scrollbar
vertically, as required by the content which exceeds the specified window height

The second loads page containing a text listing from a database, which exceeds the height of the
window but does NOT make scrollbars to appear.
<telerik:RadWindow ID="RadWindow1" runat="server" Modal="True" 
                    NavigateUrl="windows/partnerships.aspx" OpenerElementID="divPartnerships" 
                    Animation="Fade" Behaviors="Close,Move" Skin="Black" 
                    VisibleStatusbar="False" Height="750px" Width="850px" OnClientClose="OnClientClose">
                </telerik:RadWindow>
                  
                <telerik:RadWindow ID="RadWindow3" runat="server" 
                    NavigateUrl="windows/careers.aspx" Skin="Black" Animation="Fade" 
                Modal="True" width="530px" height="300px" OpenerElementID="divCareers" 
                    Behaviors="Close,Move,Resize" VisibleStatusbar="False" ShowContentDuringLoad="False">
                </telerik:RadWindow>
There is nothing in code behind to prevent scrollbars so I am at a loss as to how to fix it!

Please help!

Thanks

Clive
P.S   Q2 2010 running on IIS6 with Asp.Net 4.0

2 Answers, 1 is accepted

Sort by
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 06 Oct 2010, 03:07 AM
Hmmm, usually CSS related, can you post a screenshot from firebug inspecting the element?
0
Clive Hoggar
Top achievements
Rank 1
answered on 06 Oct 2010, 01:46 PM
Looks like you were right...

The css file for the page appearing in the window was the wrong one and had a scrollbar suppressor
in it intended for a different situation.

Doh!

Clive 
Tags
Window
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Clive Hoggar
Top achievements
Rank 1
Share this question
or