This question is locked. New answers and comments are not allowed.
I saw Xaml parser error when use RadWindow in VS2012 RC. Will this get fixed in VS 2012 RTM? thanks!
<
telerik:RadWindow
x:Class
=
"Activities.Core.SubflowEditor"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
mc:Ignorable
=
"d"
Width
=
"600"
Height
=
"400"
Header
=
"Editor"
telerik:StyleManager.Theme
=
"Expression_Dark"
WindowStartupLocation
=
"CenterScreen"
>
<
Grid
x:Name
=
"LayoutRoot"
Background
=
"White"
>
</
Grid
>
</
telerik:RadWindow
>