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

Telerik Ajax with RadTileView

1 Answer 45 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Bugme
Top achievements
Rank 1
Bugme asked on 20 Mar 2010, 03:41 PM
Can I have Telerik Ajax controls within RadTileView? Is it possible? Doable?

1 Answer, 1 is accepted

Sort by
0
Tihomir Petkov
Telerik team
answered on 23 Mar 2010, 03:46 PM
Hello Bugme,

Yes, it is possible by using the RadHtmlPlaceholder control. It is essentially an HTML IFRAME element that is positioned above the Silverlight plugin. Its usage adds certain requirements to your application, but displaying web pages within your Silverlight application is definitely possible.

Among the things you need to be aware of when using the HtmlPlaceholder controls are:

- it requires you to set the "windowless" parameter of the Silverlight plugin to "true". This has noticeable performance implications for your application (see link below):
http://blogs.msdn.com/silverlight_sdk/archive/2008/11/12/limitations-of-windowless-mode-for-silverlight.aspx

- since the HtmlPlaceholder is practically above the Silverlight plugin, this means that any Silverlight element that intersects with the placeholder will remain beneath it.

I hope the above info answers your question.

All the best,
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.
Tags
TileView
Asked by
Bugme
Top achievements
Rank 1
Answers by
Tihomir Petkov
Telerik team
Share this question
or