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

radalert on top on other windows

8 Answers 154 Views
Window
This is a migrated thread and some comments may be shown as answers.
Alex Dybenko
Top achievements
Rank 2
Alex Dybenko asked on 25 Feb 2010, 01:57 PM
Hi,
i have a page, which opens several windows. From window i run jscript code on main page and at the end i run radalert() for show confirmation to user. radalert appers under opened window. How to place alert on the top of all other windows?
Have tried .setactive after timeout, found on this forum, but still no luck

Thanks
Alex

8 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Feb 2010, 08:10 AM
Hello Alex,

It is working fine when I tried in my end, the alert shows above the windows. I am using RadControls version 2009, 3, 1314, 35.
Is it happening for you for specific browser?

Also try setting lesser z-index value for Radwindow and see whether it helps. The following documentation will help you to find out the default z-indexes for RadControls.
Controlling absolute positioning with z-index

-Shinu.
0
Georgi Tunev
Telerik team
answered on 26 Feb 2010, 09:32 AM
Hi Alex,

This could happen if you have a maximized RadWindow opened - in such case, I would suggest to try the 2010 Beta release where we introduced a new property - ShowOnTopWhenMaximized.

All the best,
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
Alex Dybenko
Top achievements
Rank 2
answered on 26 Feb 2010, 11:14 AM
Hi Shinu,
i have IE 8.0.6001.18882 and same contro version like you do.
How can i set z-index value for Radwindow - i can only set for windowmanager. and how to set to redalert window?

Aex
0
Alex Dybenko
Top achievements
Rank 2
answered on 26 Feb 2010, 11:17 AM
Hi Georgi,
Window is not maximised. Maybe i can set z-index of radalert window somehow? or maybe i can make it modal?

Thanks
Alex
0
Shinu
Top achievements
Rank 2
answered on 26 Feb 2010, 12:56 PM
Hi,

Give a try by setting z-index value for RadWindowManager as shown below.

aspx:
 
  <telerik:RadWindowManager ID="RadWindowManager1" runat="server" Style="z-index: 2001">   
            <Windows>  
             . . .  
            </Windows>  
</telerik:RadWindowManager>  

-Shinu.
0
Alex Dybenko
Top achievements
Rank 2
answered on 26 Feb 2010, 01:02 PM
Hi,
already have it set to 70000
0
Georgi Tunev
Telerik team
answered on 26 Feb 2010, 01:39 PM
Hello Alex,

Check the RadWindow and MDI demo in the BETA release - there (in the (OnClientTabSelected() function) you can see how to manually control the z-Index of a RadWindow with client code. If you still experience problems after that, please send us a sample project so we could investigate further.

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
Alex Dybenko
Top achievements
Rank 2
answered on 02 Mar 2010, 08:23 AM
Thanks Georgi. I tried that code, looks intersting, but does not work in my case, calling window still gets focus.
anyway - i solved it by calling redalert after timeout

Alex
Tags
Window
Asked by
Alex Dybenko
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Georgi Tunev
Telerik team
Alex Dybenko
Top achievements
Rank 2
Share this question
or