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

Adjusting the style?

1 Answer 31 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
plusHR
Top achievements
Rank 1
plusHR asked on 23 Mar 2011, 03:38 PM
Hi, as we have curved borders in our application with a radius of 10, I want the html control to fit into the border so that the graphics within the page also looked clipped, I tried to edit the style in expression studio but this cam up blank. Also I have found that if I raise a message box then this is shown behind the html content.

Thanks

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 28 Mar 2011, 01:27 PM
Hello Paul,

The RadHtmlPlaceholder control renders external pages in an IFrame positioned above the Silverlight plug-in. This is why the RadHtmlPlacehodler content is displayed above anything else on the page - including a MessageBox. Also, the control has no control template, it simply creates an IFrame object in the page that hosts the Silverlight plug-in and uses the SourceUrl property to define the IFrame src attribute.

So in your case you can define a Margin for the RadHtmlPlaceHolder in order to display its content inside the Border. As for displaying any popups above the RadHtmlPlaceHodler - you can only collapse it whenever you want to display anything above it and set its Visibility back to Visible afterwords.

Best wishes,
Tina Stancheva
the Telerik team
Tags
HTMLPlaceHolder
Asked by
plusHR
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or