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

RadHmtlPlaceHolder not hidden issue

3 Answers 50 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
MohanRajP - PmR
Top achievements
Rank 1
MohanRajP - PmR asked on 26 Nov 2012, 06:06 AM
Hi,
 I am using Radhtmlplace holder and it is working fine, but once visit Radhtmlplaceholder view and navigate to another view, the html page not hide, it always show top on the view.
Please let me know, how to handle hide the Radhtmlplaceholder, it is urgent.

Regards,
MohanRajP

3 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 28 Nov 2012, 12:21 PM
Hello MohanRajP,

The RadHrtmlPlaceholder control displays external pages in an IFrame object that is positioned on top of the SIlverlight plug-in. This means that the page displayed in the HtmlPlaceholder is displayed above all other Silverlight content in your application.

I believe that this is the reason you're experiencing the described issue in your project. In order to workaround it, you can collapse the RadHtmlPlacehoder before navigating away from its view and displaying it back (setting its Visibility back to Visible) once its view is navigated back to.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
MohanRajP - PmR
Top achievements
Rank 1
answered on 28 Nov 2012, 12:59 PM
Hi,
 In our application we can navigate to another application / xap also possible, hence we do not have any control on navigating, so that only we are not able to visibility / collapsed the htmlplaceholder.
Is there any unload or any other events is there in control itself, for control visibliity?

Regards,
MohanRajP
0
Tina Stancheva
Telerik team
answered on 30 Nov 2012, 01:27 PM
Hello MohanRajP,

I am not sure how you implement your navigation logic, but you can try the RadHtmlPlaceholder Loaded/Unloaded event or the UserControl Loaded/Unloaded events to show/collapse the control.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
HTMLPlaceHolder
Asked by
MohanRajP - PmR
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
MohanRajP - PmR
Top achievements
Rank 1
Share this question
or