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

RadWindow not completely modal

2 Answers 100 Views
Window
This is a migrated thread and some comments may be shown as answers.
Robert Simpson
Top achievements
Rank 1
Robert Simpson asked on 09 Apr 2010, 08:27 PM
Hi, I've tried adjusting the z-index on the radwindow and the radtab to allow the radwindow to display on top but doesn't appear to be working (please see attached). A problem may be that the radtab exists on a different aspx page and there is a div below the tabs (again see attached) that is used to display other pages. I'm creating the radwindow in a page being displayed in the div. In addition, the radwindow modal=true. Please advise. Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 12 Apr 2010, 07:12 AM
Hello Robert,

I see scrollbars on the IFRAME that you use to show the external page - I believe what happens is that the modal RadWindow is correctly displayed in the center of the content page, but because only part of that page is visible, you cannot see RadWindow in full. Try setting KeepInScreenBounds=true for the modal RadWindow and see if it will help.
As for the modal RadWindow not covering your whole page - this behavior is expected. RadWindow exists only in the context of the page from which it is created and its modality overlay cannot "go" outside of the boundaries of the IFRAME. If you want RadWindow to cover the whole main page, you need to put it on that page and not in the content one.

Kind regards,
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
Robert Simpson
Top achievements
Rank 1
answered on 12 Apr 2010, 02:20 PM
Hi Georgi,
The setting of KeepInScreenBounds=true for the RadWindow did the trick. Thanks for the insightful answer.
Tags
Window
Asked by
Robert Simpson
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Robert Simpson
Top achievements
Rank 1
Share this question
or