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

maximized radwindow doesnt show next radwindow

3 Answers 37 Views
Window
This is a migrated thread and some comments may be shown as answers.
Mario
Top achievements
Rank 2
Mario asked on 09 Oct 2010, 03:34 PM
hi,

i create radwindow1 and maximize it via javascript. After that theres a second radwindow2 which can be opened from radwindow1.

The problem is that radwindow1 is still on top of everything still showing itself maximized.
When i close radwindow1 it disappears correctly. Behind it then i can see radwindow2.
Radwinows aren't modal.

My current workaround is to

.hide() radwindow1 on opening radwindow2.
and .show() radwindow1 on closing radwindow2.

but this way radwindow1 seems to completely reload itself, as if its just created again. (but in the online help it says it just goes invisible.. and i dont have ReloadOnShow=true)

why hides the maximized win the following radwindows?
is there another possiblity to show radwindow2 in front of the maximized radwindow1 as normally intended?

cheers Mario

3 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 11 Oct 2010, 05:27 AM
Hi Mario,

Set ShowOnTopWhenMaximized to false for the RadWindowManager that you are using.

Greetings,
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
0
Mario
Top achievements
Rank 2
answered on 11 Oct 2010, 11:03 PM
default to false would be more intuitive. (or didn't i just wanted it that way? :p)

thanks for the fast answer!
0
Georgi Tunev
Telerik team
answered on 12 Oct 2010, 07:20 AM
Hi Mario,

I agree - it would be. However, this feature (maximized RadWindow getting highest z-Index) was present in older versions of the control and because we wanted the developers to be able to control that easily, we added the corresponding property. That is why we've had to set the property to true by design.

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