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

Is there a bug with Modal setting in Window?

3 Answers 50 Views
Window
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 26 Aug 2009, 04:37 PM
I create a simple page...  add a bunch of objects including a window and a menu.

Set properties on the window:
modal = True
VisibleOnPageLoad = True

I run the project and the entire page is in modal state except for the RadMenu which I can still click on to nagivate the project.

Is this a bug?  An expected behavior? Something I need to program around?

Please advise.

R

3 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 27 Aug 2009, 06:59 AM
Hello Robert,

Try setting the z-index of RadMenu and see whether it is working fine as you expected.

ASPX:
 
<telerik:RadMenu ID="RadMenu1" style="z-index:2500px;"  runat="server"
    <Items> 
      . . . 
    </Items> 
</telerik:RadMenu> 

-Shinu.
0
Georgi Tunev
Telerik team
answered on 27 Aug 2009, 08:25 AM
Hello Robert,

I would also suggest to check the following blog post:
http://blogs.telerik.com/blogs/09-06-04/common_radwindow_issues_and_their_solution.aspx


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Robert
Top achievements
Rank 1
answered on 27 Aug 2009, 01:00 PM
Thanks Shinu,

z-index is the solution.

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