This is a migrated thread and some comments may be shown as answers.

RadWindow inside Window.

0 Answers 55 Views
Window
This is a migrated thread and some comments may be shown as answers.
Sergiy
Top achievements
Rank 1
Sergiy asked on 13 Sep 2012, 08:07 AM
Hello,
I have got some code:

<Application x:Class="QualerDA.App"<br>             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="Views/LoginWindow.xaml"><br></Application>

Where LoginWindow.xaml is a RadWindow Created as User Coontrol

<telerik:RadWindow<br>    x:Class="SomeProject.SomeFOlder.LoginWindow"<br>    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"<br>    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"<br>    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"<br>    telerik:StyleManager.Theme="Vista"><br>    <Grid> ... </Grid><br></telerik:RadWindow>


When I sturtup my project, I have got the next (see attach):




No answers yet. Maybe you can help?

Tags
Window
Asked by
Sergiy
Top achievements
Rank 1
Share this question
or