This example shows that the Window renders an iframe when LoadContentFrom points to a cross-domain URL:
<%= Html.Telerik().Window() .Name("Window") .LoadContentFrom("http://www.example.com") %>