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

Display prob in Firefox

1 Answer 53 Views
Window
This is a migrated thread and some comments may be shown as answers.
Abhinandan
Top achievements
Rank 1
Abhinandan asked on 21 Oct 2008, 10:49 AM

Right now i am using rad-window to change password. i have set the property
of  rad-window as per IE-7 but when i see on FF the height of rad-window
is increased. How can i manage height, width, top, left property on different b/w. 

my code like this-

<rad:RadWindowManager ID="RadWindowManager1" runat="server" OpenerElementId="ctl00_cphrightContent_changepwd" Behavior="Close" Skin="Default">
            <Windows>
                <rad:RadWindow ID="RadWindow1" runat="server" Left="350px"
                NavigateUrl="ChangePassword.aspx"
                SkinsPath="~/RadControls/Window/Skins"
                Title="Change password"
                Top="190px"
                Modal ="True"
                OnClientClose="OnClientCloseHandler"
                VisibleStatusbar="False"
                Width="470px" />
            </Windows>
        </rad:RadWindowManager>


thnx
abhi




1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Oct 2008, 12:12 PM
Hi abhi,

I see that you are using RadWindow for ASP.NET where indeed such problem exist but unfortunately it was not possible to fix. The good news however is that this problem was fixed in RadWindow for ASP.NET AJAX where we have changed the architecture of the control.

Please upgrade to RadWindow for ASP.NET AJAX and you will not experience this problem anymore.

Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Abhinandan
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or