I was working on a Silverlight usercontrol when I decided to change from a standard user control into a RadWindow.
I used the example XAML:
http://www.telerik.com/help/silverlight/radwindow-how-to-use-radwindow-as-user-control.html
Changed the base class on my user control to RadView and added a using statement:
using Telerik.Windows.Controls;
Everything is great except when the xaml.g.cs is auto generated, because it's missing the using statement.
If I add the using statement to the xaml.g.cs it builds fine until I rebuild where it autogenerates and deletes the using statement.
Help.
I am using Silverlight 3.
I used the example XAML:
http://www.telerik.com/help/silverlight/radwindow-how-to-use-radwindow-as-user-control.html
Changed the base class on my user control to RadView and added a using statement:
using Telerik.Windows.Controls;
Everything is great except when the xaml.g.cs is auto generated, because it's missing the using statement.
If I add the using statement to the xaml.g.cs it builds fine until I rebuild where it autogenerates and deletes the using statement.
Help.
I am using Silverlight 3.