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

Unknown attribute on RadWindow

1 Answer 43 Views
Window
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 16 Apr 2009, 04:33 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>

1 Answer, 1 is accepted

Sort by
0
Hristo Borisov
Telerik team
answered on 17 Apr 2009, 07:46 AM
Hello Patrick,

What if you remove the content of you RadWindow? Obviously, this is a custom scenario in which we have to isolate the problem by accessing your code. If you still experience the problem, please send us a sample project from which we can reproduce your error. Sorry for the caused inconvenience and look forward to receiving more feedback about our controls.

Regards,
Hristo Borisov
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
Window
Asked by
Patrick
Top achievements
Rank 1
Answers by
Hristo Borisov
Telerik team
Share this question
or