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

Chrome does not open the PDF (blank page)

3 Answers 128 Views
Window
This is a migrated thread and some comments may be shown as answers.
Rudá Cunha
Top achievements
Rank 2
Rudá Cunha asked on 01 Oct 2010, 10:24 PM
I'm trying to open a pdf inside the RadWindow but does not work in Chrome, I tested in Firefox and IE and it works.

What can be and how to solve?

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 04 Oct 2010, 12:31 PM
Hi Rudá,

Make sure that you have ShowContentDuringLoad set to true. If this doesn't help, please open a support ticket and send us a sample project that we could examine.

Regards,
Georgi Tunev
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
KawaUser
Top achievements
Rank 2
answered on 17 Nov 2011, 05:34 PM
Did anyone figure anything out on this?

Thanks,
Chuck
0
Accepted
Shinu
Top achievements
Rank 2
answered on 18 Nov 2011, 07:25 AM
Hello,

I have tried the same and it is showing in Chrome also. Here is the code and take a look into the attached image.

ASPX:
<asp:ScriptManager ID="scriptmngr" runat="server">
</asp:ScriptManager>
<telerik:RadWindowManager ID="RadWindowManager1" runat="server">
  <Windows>
      <telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true" ShowContentDuringLoad="true">
        <ContentTemplate>
           <iframe id="iframe3" runat="server" width="600px" height="600px" src="../RadGridExport.pdf">
            </iframe>
        </ContentTemplate>
      </telerik:RadWindow>
 </Windows>
</telerik:RadWindowManager>

Thanks,
Shinu.
Tags
Window
Asked by
Rudá Cunha
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
KawaUser
Top achievements
Rank 2
Shinu
Top achievements
Rank 2
Share this question
or