I try created my first WPF Telerik WPF app.
I installed RAD Controls for Window.
In VS 2013 I chose File > New > Project >Telerik > Windows > C# RadControls WPF Application
In wizard I added ref to DLL Telerik.Windows.Controls, Telerik.Windows.Controls.Navigation and Telerik.Windows.Data.
VS creted WPF project but startup window is type of System.Windows.Window.
I hope that startup window will be type of RadWindow.
Ok, I deleted it and added Project > New Item > Telerik Scenarion > RadWindow.
VS added RadWindow. I changed startup URI in App.xaml.
Run WPF app and what happen :D
RadWindow is open in NavigationWindow :D
I don’t understand why this magic happen.
I know that in WPF in startup URI is on Page WPF automatically create NavigationWindow as host container for Page.
So where is problem?
Thanks for support
I installed RAD Controls for Window.
In VS 2013 I chose File > New > Project >Telerik > Windows > C# RadControls WPF Application
In wizard I added ref to DLL Telerik.Windows.Controls, Telerik.Windows.Controls.Navigation and Telerik.Windows.Data.
VS creted WPF project but startup window is type of System.Windows.Window.
I hope that startup window will be type of RadWindow.
Ok, I deleted it and added Project > New Item > Telerik Scenarion > RadWindow.
VS added RadWindow. I changed startup URI in App.xaml.
Run WPF app and what happen :D
RadWindow is open in NavigationWindow :D
I don’t understand why this magic happen.
I know that in WPF in startup URI is on Page WPF automatically create NavigationWindow as host container for Page.
So where is problem?
Thanks for support