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

Window Orientation changes

1 Answer 31 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sean Bornstein
Top achievements
Rank 1
Sean Bornstein asked on 08 Feb 2010, 05:01 PM
Hi
I am using 2 rad windows on my aspx page and when I execute the aspx page boht windows show up in the center of the web page covering one another is there any way I can orient them to align side by side and format their height and width and also dock them as they can be immovable.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 11 Feb 2010, 11:03 AM
Hi Sean,

If you are opening them from the server, you could try using Top and Left properties - note that these properties will not be taken in account if the dialogs are modal - by default all modal dialogs are displayed in the page's center.
In such scenario you could use the OnClientShow event handler's property and to move the windows to the desired position by using moveTo() from the client-side API.


Best wishes,
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
Sean Bornstein
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or