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

Displaying cached PDF in HTMLPlaceHolder

1 Answer 77 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Sintayehu
Top achievements
Rank 1
Sintayehu asked on 25 Aug 2009, 02:11 PM
We have a navigation system that caches already viewed pages and navigates back to them if they are in the page store.

Now one of this pages is an HTMLPAGEHOLDER

And upon initial construction of the page we set the place holder as such..

 

<

 

telrik:RadHtmlPlaceholder x:Name="Placeholder"></telrik:RadHtmlPlaceholder>
Placeholder.SourceUrl = new Uri(Uri);

if the uri is directed say towards some random html page. All Works as expected.

However if the html page loads a PDF OR the uri is directed straight to the PDF file on the server,

It loads the PDF initially but when one navigates away and comes back to that page the place holder is empty.

Is there a Known issue with reusing PDF??

One of the reason we are caching this is beacuse we don't want to loose the the users scroll view when they are navigating through our pages.



By the way this issue is only in IE, I have IE 8 Installed

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 25 Aug 2009, 03:00 PM
Hello luay,

We are not aware of such problem. What the HtmlPlaceholder is doing is rendering an Html Iframe and positioning it on the page.

Kind regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
HTMLPlaceHolder
Asked by
Sintayehu
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or