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

open pdf in radwindow from code behind

2 Answers 143 Views
Window
This is a migrated thread and some comments may be shown as answers.
Paris
Top achievements
Rank 1
Paris asked on 14 Mar 2013, 05:40 AM
Hi,

Can anyone tell me how to open a pdf file in radwindow from code behind?
Thanks.

2 Answers, 1 is accepted

Sort by
0
Accepted
Vladi
Telerik team
answered on 19 Mar 2013, 08:14 AM
Hi Paris,

I would suggest you to use our RadPdfViewer control in order to open PDF files in RadWindow.

This help article describes how to implement RadPdfViewer. It can be placed in RadWindow or in any other Silverlight control.

Regards,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Paris
Top achievements
Rank 1
answered on 21 Mar 2013, 08:14 AM
Hi, 

Thanks for your reply. I already solved it by doing this way...
RadHtmlPlaceholder html = new RadHtmlPlaceholder();
html.SourceUrl = new Uri("../DemoFiles/test.pdf", UriKind.Relative);
Tags
Window
Asked by
Paris
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Paris
Top achievements
Rank 1
Share this question
or