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

Minimized RadWindows stack up

1 Answer 41 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ruslan G
Top achievements
Rank 1
Ruslan G asked on 06 Oct 2010, 01:29 PM
Hello,

I have a screen with number of opened radwindows. All winodws have the same TopLeft coordinate, whenever I minimize them, the mininized windows stack up into one "pile". Is there a way to separated the minimized windows ?

To reproduce :

http://demos.telerik.com/aspnet-ajax/window/examples/restrictionzone/defaultcs.aspx

try opening two windows at same location and minimize them.

10x.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 08 Oct 2010, 11:50 AM
Hi Ruslan,

By design, RadWindows will be minimized at the place of their current position. If you want to move them away from that coordinates, you could use the OnClientCommand event handler. There, if the command is "Minimize", you could use moveTo() to move the minimized object to another location.

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
Ruslan G
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or