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

Using RadWindow in WPF

1 Answer 156 Views
Window
This is a migrated thread and some comments may be shown as answers.
Arinc
Top achievements
Rank 1
Arinc asked on 31 Dec 2012, 09:24 AM
Hi,

I just want to use Telerik's "RadWindow".

<Window x:Class="_3DGraph.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        Title="MainWindow" Height="600" Width="800">
    <Grid>
        <telerik:RadWindow x:Name="radWindow1" Width="300" Height="300"></telerik:RadWindow>
    </Grid>
</Window>

using Telerik.Windows.Controls;
using Telerik.Windows.Controls.Navigation;

When I just click any of three buttons(minimize, maximize, close), I got this error... (I'm sending a screenshot)
What may be the problem?

And to move any RadWindow, do I have to write any code or it perceives movement behaviours automatically?

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 02 Jan 2013, 08:34 AM
Hi Arinc,

 
Placing the RadWindow in the visual tree is not supported. Please, refer to the following online article how to use RadWindow control as user control - http://www.telerik.com/help/wpf/radwindow-how-to-use-radwindow-as-user-control.html

Hope this helps.

Greetings,
George
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Window
Asked by
Arinc
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or