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

RadWindow Help Please

1 Answer 42 Views
Window
This is a migrated thread and some comments may be shown as answers.
Timothy Kelley
Top achievements
Rank 1
Timothy Kelley asked on 23 Nov 2011, 09:09 PM


I have Silverlight RadWindows all over my enterprise application.

Can you show me how to convert the first one?  The commented code is the original and the other is my weak attempt to make a conversion to a RadWindow UserControl?

 

 

 

<controls:ucGERRadWindow

 

 

 

x:Name="windowForgotPassword" RestoreMinimizedLocation="False" CanClose="False"

 

 

 

ResizeMode="NoResize" BorderThickness="0" Style="{StaticResource GERRadWindowStyle}"

 

 

 

Background="{x:Null}" WindowStartupLocation="CenterOwner" BorderBackground="{x:Null}" BorderBrush="{x:Null}" ModalBackground="{x:Null}" Height="302" d:IsHidden="True" >

 

 

 

 

<controls:ForgotPassword x:Name="ForgotPassword"/>

 

 

 

 

</controls:ucGERRadWindow>

 

 

 

 

 

<!--<telerikNavigation:RadWindow x:Name="windowForgotPassword" RestoreMinimizedLocation="False" CanClose="False"

 

ResizeMode="NoResize" BorderThickness="0" Style="{StaticResource GERRadWindowStyle}"

Background="{x:Null}" WindowStartupLocation="CenterOwner" BorderBackground="{x:Null}" BorderBrush="{x:Null}" ModalBackground="{x:Null}" Height="302" d:IsHidden="True" >

<controls:ForgotPassword x:Name="ForgotPassword"></controls:ForgotPassword>

</telerikNavigation:RadWindow>-->

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 25 Nov 2011, 03:00 PM
Hi Timothy,

Please find attached a sample project in which is illustrated how to use the RadWindow as a UserControl. I have used your settings for the project, without the custom style.

Hope this will help.

Best wishes,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
Window
Asked by
Timothy Kelley
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or