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>-->