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

AJAX RadMenu show on top of Silverlight

1 Answer 24 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
gelid
Top achievements
Rank 1
gelid asked on 28 Aug 2010, 03:49 AM
I have an exisitng site that is using the AJAX RadMenu.  I now have a ASP.NET master page that I am using to host a Silverlight application.  The content page referencing the master page contains the silverlight object reference.  I need the menu to show up on top of the Silverlight application. I accomplished this in IE and Firefox using the old z-index trick.  The div containing the AJAX menu is set to 99999 and the z-index of the div containing the Silverlight app is set to 0.  Any idea how i get this to work with Google Chrome?

Thanks,
Shawn

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 30 Aug 2010, 08:47 AM
Hi gelid,

You need to add the windowless parameter to the silverlight object and set it to true:

<param name="windowless" value="true" />

This should do the trick.

Kind regards,
Veselin Vasilev
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
Tags
General Discussions
Asked by
gelid
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or