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

overlay in RadWindow not wokring in IE

1 Answer 106 Views
Window
This is a migrated thread and some comments may be shown as answers.
Cameron Hsu
Top achievements
Rank 1
Cameron Hsu asked on 11 Feb 2009, 08:13 AM
hello,

we are using radwindowmanager for open serveral windows, and we have flash control in our page.
somwhow radwindow boarders/titles not visible, in case flash control is behind .
we using the following code...

<telerik:RadWindowManager id="RadWindowManager1" runat="server" Behavior="Close" Skin="Web20" Overlay="True" >
<Windows>
         <telerik:RadWindow id="DialogWindow"            OnClientClose="OnRadWindowClose"            Modal = "True"  Runat="server"
           Width="630px"            Height="600px"            VisibleStatusbar="False"            NavigateUrl="" Left="" Top=""  Overlay="true">
         </telerik:RadWindow>
        </Windows>
</telerik:RadWindowManager>

The same works fine in 'Google Chrome'. The problem is overlay Radwindow is not working fine in IE.
 

 

 

 

 

 

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Fiko
Telerik team
answered on 12 Feb 2009, 12:44 PM
Hello Cameron,

I believe that the following forum threads will be of help:


If you still experience problems, please open a support ticket and send us a small sample project where we can examine your scenario more closely.


Kind regards,
Fiko
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
Cameron Hsu
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or