Hi to all,
I created a RadWindow that contains WebBrowser control.
Simply, I execute Navigate method in Loaded event of RadWindow
It navigates to local url http://mylocalserver:8090/blablabla
When I open the window it appers empy, but if view HTML source is full, moreover, if I try to printer preview appers all content of webpage.
Are there problems between RadWindow control and WebBrowser?
PS: I tryed to exec InvalidateLayout method of RadWindow, but without resolve.
<telerik:RadWindow x:Class="Brema.Client.Helpers.BlogViewer" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" Header="Aiuto in linea" Height="640" Width="480" WindowStartupLocation="CenterScreen" Style="{StaticResource RadWindowStyle}"> <Grid> <WebBrowser x:Name="MainWebBrowser" /> </Grid></telerik:RadWindow>