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

RadWindow Scrollbars

2 Answers 329 Views
Window
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 08 Aug 2010, 02:58 PM
Guys, I am opening a RadWindow with the following code
 
<telerik:RadWindow id="_windowA" runat="server"
                    Width="350px" Height="350px" Title="Window A"
                    VisibleOnPageLoad="true"
                    NavigateUrl="http://localhost/KTL/MAA/ApplUI/Pages/First/TeamPage.aspx"
                    RestrictionZoneID = "zoneID1"
                    Behaviors = "None"
                    InitialBehaviors = "None"
                    VisibleStatusbar = "false"
                    VisibleTitlebar = "false"
                    CssClass = "window1" 
                    ShowContentDuringLoad = "false"
                    >
</telerik:RadWindow>
 
I've followed the suggestions in the following link (using OnClientShow/OnClientClose), but none have prevented the scrollbars from appearing on my new RadWindow, they did however prevent the bars showing on the parent window:
http://www.telerik.com/community/forums/aspnet/window/radwindow-without-scrollbar.aspx
 
Do you have any clues for me?
Kind thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 09 Aug 2010, 05:47 AM
Hi Adrian,

The code in the forum thread that you refer to is indeed dealing with the scrollbars on the page where the RadWindow is. RadWindow itself does not control the scrollbars in its content IFRAME in any way - they come from the content page and if the content page is larger than the IFRAME of the RadWindow, the IFRAME will automatically add scrollbars. If you want to remove scrollbars from the content page, you will need to modify that page - for example, you can use overflow:hidden.

Greetings,
Georgi Tunev
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
0
Adrian
Top achievements
Rank 1
answered on 09 Aug 2010, 02:13 PM
Sorry for the double post (forum and support ticket).  The forum reported a server error when I posted, so I repeated my request in a support ticket.

I appreciate your prompt help.
Tags
Window
Asked by
Adrian
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Adrian
Top achievements
Rank 1
Share this question
or