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

Rad Window cannot be implemented

1 Answer 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
Manula
Top achievements
Rank 1
Manula asked on 29 Mar 2011, 11:09 AM
Hi, I am a new guy to WPF and Radcontrols and I created test application to use Rad Window control  but It is not working.

xaml code is,

<telerik:RadWindow x:Class="test.Window1"
    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"
    Header="Window1" Height="300" Width="300">
    <Grid>
        
    </Grid>
</telerik:RadWindow>

I inherited the rad window,

public partial class Window1 : RadWindow

The telerik rad control version is 2010.3.1314.35

Windows XP SP 3

Visual Studio 2008
Version 9.0.30729.1 SP

Microsoft .Net Framework
Version 3.5 SP1

Please help me.

Thank You.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 31 Mar 2011, 11:51 AM
Hello,


I hope the following links would shed some light on achieving the required.
Working with RadWindow
Getting Started


Regards,
Princy.
Tags
Window
Asked by
Manula
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or