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

RadMenu not showing in Silverlight portal

1 Answer 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Carlos
Top achievements
Rank 1
Carlos asked on 14 Dec 2010, 04:10 PM
Hi,
My RadMenu Navigation drop downs are not showing on top of my Siliverlight portal. The portal seems to cut the menus at the frame of the portal. The RadMenu shows fine on all other pages. View the attached snap shots. Image file radmenuloverlap_1 shows the problem and image radmenuoverlap_2 shoulds how the radmenu displays in all other pages. I'm using IE Explorer 8 as a browser. Where and how do I modify the settings / code to fix the problem.

Thank you,

Carlos C.

1 Answer, 1 is accepted

Sort by
0
Carlos
Top achievements
Rank 1
answered on 15 Dec 2010, 09:00 PM
I figured out the issue. I had to set the following param within my silverlight control so my radmenu / navigation control would overlay the portal page.

<param name="windowless" value="true" /> 
The second message you get means that you should set yout Silverlight plugin to Windowless mode in your host ASP.NEt page:

<
 
asp:Silverlight ID="Xaml1" Windowless="true" ...The second message you get means that you should set yout Silverlight plugin to Windowless mode in your host ASP.NEt page:

<

 

asp:Silverlight ID="Xaml1" Windowless="true" ...

Tags
General Discussions
Asked by
Carlos
Top achievements
Rank 1
Answers by
Carlos
Top achievements
Rank 1
Share this question
or