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

Unable to set top and left properties of the window

1 Answer 61 Views
Window
This is a migrated thread and some comments may be shown as answers.
Vidya Ayitham
Top achievements
Rank 1
Vidya Ayitham asked on 27 Oct 2009, 09:34 AM
Hi,
I am setting Top and left properties of the ajax rad window in the following way

<radw:RadWindow runat="server" NavigateUrl="CandidateReportAdvancedOptions.aspx" ReloadOnShow="true" ID="RadWindow3" SkinsPath="~/RadControls/Window/Skins" Top="500"   Left="10000" Title="Candidate Report Advanced Options" Height="250px" Width="400px" Modal="True" VisibleStatusbar="False" Behavior="Close" ></radw:RadWindow>

and I am unable to see any change in the position of the rad window with or without the left and top properties.

Am I missing anything here.

Please suggest.

Thanks in Advance.
Vidyasagar

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 29 Oct 2009, 05:44 AM
Hello Vidya,

I see that you have set the Modal property to true. By design a modal RadWindow will always be shown in the center of the page, no matter what are the values for Top and Left. If you want, you can move the modal window after opening it by using the client-side API (e.g. the moveTo() method).


Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Window
Asked by
Vidya Ayitham
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or