The option to view source in the browser shows source for the parent window. How to view the source for a radwindow?
1 Answer, 1 is accepted
0
Marin Bratanov
Telerik team
answered on 26 Sep 2014, 12:29 PM
Hi Tony,
RadWindow uses an iframe to load external pages. How browsers treat this in their context menus is not something we can control.
IE11, for example, shows the source of the frame you clicked on, so just selecting View Source will show you the server response.
Firefox, however, always shows the main frame source.
Chrome offers a View Frame Source option in the context menu.
Any developer toolbar should also let you inspect the HTML in the iframe, so this is the approach you can use in all browsers.
Regards,
Marin Bratanov
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.