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

radwindow not positioned correctly

2 Answers 79 Views
Window
This is a migrated thread and some comments may be shown as answers.
p
Top achievements
Rank 1
p asked on 01 Oct 2010, 12:04 AM
Hi All,

Rad window on my page appears incorrectly at the bottom right corner of the page. It looks like it is shown relative to the container that contains the link button that shows the window AND NOT the top left corner of the document.  how do i force it show it relative to top left corner.

TIA

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Oct 2010, 06:21 AM
Hello,


Use the Top and Left properties to set the window location on page. Also you can achieve this by setting the top/left from client side using moveTo() method of RadWindow client object.
              <telerik:RadWindow Top="0" Left="0" Overlay="true" Modal="false" . ..

For more information on client side methods:
http://www.telerik.com/help/aspnet-ajax/window_programmingradwindowmethods.html




-Shinu.
0
Georgi Tunev
Telerik team
answered on 04 Oct 2010, 10:41 AM
Hello guys,

Note that when OffsetElementID is set, Top and Left are calculated against the position of the offset element. Also, make sure that you are using XHTML - compliant doctype on that page.


Sincerely yours,
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
Tags
Window
Asked by
p
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Georgi Tunev
Telerik team
Share this question
or