In an application I use an HTMLPlaceHolder for a Java applet (map).
But when I click on a menu item to go to another page, comes the applet (map) on the left top.
The other Silverlight controls are then behind the HTMLPlaceHolder (map).
How can I fix this?
Screenshots in attach...
3 Answers, 1 is accepted
0
Tihomir Petkov
Telerik team
answered on 22 Mar 2010, 11:11 AM
Hello Christiaan,
The RadHtmlPlaceholder control is essentially an IFRAME element that is positioned above the Silverlight plugin. Thus, besides hiding it by setting its Visibility property to "Collapsed", there is not much we can do to make it render behind any Silverlight element. This is an inherent restriction of the HtmlPlaceholder control and although we are looking for possible resolutions, currently we are not aware of ways to work around it. I hope this is not a showstopper for you.
Sincerely yours,
Tihomir Petkov
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.
This just happened to me also and it really sucks.....
I can't use the silverlight editor since it's just too limited so I'm using the htmlplaceholder control to host the aspnet rad editor and it takes up most of my dialog. And now the combo on the dialog is unuseable as it shows up behind the htmlplaceholder. I even tried dropping the combo to the bottom of the dialog, but then it dropsUP and is still behind the htmlplaceholder editor.
0
Valentin.Stoychev
Telerik team
answered on 08 Apr 2010, 09:15 AM
Hi Happy,
this is the default behavior of the control and is expected.
Sincerely yours,
Valentin.Stoychev
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.