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

Rad control to display html files

1 Answer 269 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vinayak
Top achievements
Rank 1
Vinayak asked on 19 Aug 2013, 12:35 PM
Is there Rad control like RadHtmlPlaceHolder, to display html content for web application?
I want to display external html files on my content page.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 19 Aug 2013, 01:49 PM
Hi Vinayak

For displaying HTML content in web application you can use Radwindow control
Check the following demo
RadWindow - Telerik's ASP.NET Window

Thanks
Princy
D
Top achievements
Rank 1
commented on 01 May 2024, 04:15 PM

The RadWindow control only appears to be able to load an HTML page, not set raw HTML. For example:
NavigateUrl="https://www.wikipedia.org"

 

 

Rumen
Telerik team
commented on 01 May 2024, 07:45 PM

RadWindow does offer a NavigateUrl property. You can find the differences with the ContentTemplate at https://demos.telerik.com/aspnet-ajax/window/examples/contenttemplatevsnavigateurl/defaultcs.aspx

Another control that can read/load and render HTML content is RadEditor. You can check it out at https://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx.

Tags
General Discussions
Asked by
Vinayak
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or