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

Unknown attribute on RadWindow

2 Answers 47 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 16 Apr 2009, 02:28 PM
I am getting the following error in my XAML:

Unknown attribute PinMode on element RadWindow

It happens with whichever attribute is first, Name, x:Name, Left, etc.


XAML:
<UserControl xmlns:telerikNavigation="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
             xmlns:data="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data"  x:Class="SilverlightWCFTest.Page"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
             xmlns:local="clr-namespace:SilverlightWCFTest"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             xmlns:ms="clr-namespace:System.Windows.Controls;assembly=System.Windows"
             Width="900" Height="900">

<OTHER STUFF>


    <telerikNavigation:RadWindow   PinMode="NoPin" x:Name="winWhere" Background="Yellow" Left="150" Top="10"  
                                       ResizeMode="NoResize" CloseMode="None" Visibility="Visible" WindowStartupLocation="CenterParent">
            <local:WherePopUp x:Name="WherePopUp" />
        </telerikNavigation:RadWindow>


    </Grid>
</UserControl>

2 Answers, 1 is accepted

Sort by
0
Patrick
Top achievements
Rank 1
answered on 16 Apr 2009, 04:32 PM
Oops, wrong place.  This was not Beta3.  I have moved this to the correct section.


0
Valentin.Stoychev
Telerik team
answered on 20 Apr 2009, 09:01 AM
Hello Patrick,

We are not able to reproduce the problem. Can youplease help us by sending a simple project where the issue can be reproduced.

Thanks!


Regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Patrick
Top achievements
Rank 1
Answers by
Patrick
Top achievements
Rank 1
Valentin.Stoychev
Telerik team
Share this question
or