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

Contol diable after popup the rad window

1 Answer 36 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dushan
Top achievements
Rank 1
Dushan asked on 25 Sep 2011, 04:34 AM
When pop up the rad window it will disable the parent window controls (but not all controls check boxes and grids not disable). after close the rad window disable controls not getting enabled. This is happens IE 8 only. In IE 7 it after close the rad window it enables the parent controls.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Sep 2011, 09:16 AM
Hello Dushan,

The modal overlay of the RadWindow is actually an HTML element and therefore z-index values still apply for it. This means that if controls from the page have higher z-index than the RadWindow they will be above the modal overlay as well. More information on some default values and a way to change the z-index is shown here: http://www.telerik.com/help/aspnet-ajax/controlling-absolute-positioning-with-zindex.html. You can use the dev toolbar ot the firebug plugin for firefox to easily examine the z-index values.

As for the different behavior under IE8 and IE7 I advise that you check for JavaScript error thrown only in under IE8. If an error is thrown you will experience incorrect behavior and usually the scripts will no longer be executed, which is a probable reason why the RadWindow cannot remove its overlay.

Kind regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Window
Asked by
Dushan
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or