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.
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
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>Please help!
Thanks
Clive
P.S Q2 2010 running on IIS6 with Asp.Net 4.0