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

ManipulationMode error with Window control

1 Answer 45 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
dwelzel
Top achievements
Rank 1
dwelzel asked on 29 Jul 2012, 04:56 AM
I just placed a simple RadWindow on my app (code below).  When I run it I get this exception:

"Invalid attribute value ManipulationMode for property Property. [Line: 290 Position: 17]"}

<telerik:RadWindow x:Name="GameOver" Placement="CenterCenter" PlacementTarget="{Binding ElementName=LayoutRoot}" IsFullScreen="false" WindowSizeMode="AutoSize" />

 

 

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 31 Jul 2012, 08:19 AM
Hi Doug,

Thanks for writing.
RadWindow has no ManipulationMode property.
Please make sure that you are referencing the correct telerik assemblies and that they are correctly loaded at run-time. Also be sure to clean rebuild your project. These xaml parse exceptions occur when files in a project become corrupt for some reason.

Greetings,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Window
Asked by
dwelzel
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or