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

RadWindow Dialog over WebBrowser

3 Answers 53 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 12 Oct 2010, 10:49 PM
When i have a WebBrowser control on the screen and try to put a RadWindow over it it does not show.  Must have some zordering issue

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 15 Oct 2010, 03:50 PM
Hello Dan ,

The WebBrowser control stays on top of the whole Silverlight plugin and the RadWindow control is placed in the Silverlight plugin. That's why the RadWindow stays below the WebBrowser control. Unfortunately, this is a limitation of the framework we cannot do a lot at this stage. 

Please do not hesitate to contact us if you require any further information.


Sincerely yours,
George
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
0
Yi
Top achievements
Rank 1
answered on 06 Sep 2013, 06:13 AM
util now do you have solution?
0
Pana
Telerik team
answered on 06 Sep 2013, 02:54 PM
Hi,

It is not a ZOrder issue but rather an airspace conflict. You can read more about it in the MSDN but meanwhile what you can try is to implement somewhat workaround using the WebBrowserBrush.

The RadWindow renders in the Silverlight's window and the WebBrowser is rendered in its own child window placed over the Silverlight so you can not get the Silverlight's drawing over the WebBrowser. However after you display a WebBrowser you can create a WebBrowserBrush and capture the browser's image. Then render both the web content and the window inside the Silverlight plugin.

You can play with the attached project. However this solution still has a lot of issues as you will see. 

Regards,
Pana
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Window
Asked by
Dan
Top achievements
Rank 1
Answers by
George
Telerik team
Yi
Top achievements
Rank 1
Pana
Telerik team
Share this question
or