Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
The RadWindow control only appears to be able to load an HTML page, not set raw HTML. For example:NavigateUrl="https://www.wikipedia.org"
NavigateUrl
=
"https://www.wikipedia.org"
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.