I created a "UserControl" that acts like a RadWindow. The steps are outlined
in this HowTo.
This is a plain control, nothing additional in the code-behind (like service calls or anything, just a call to InitializeComponents() like in the example).
This is Silverlight 4, and opening the "window" within Blend 4, I can't get design-time support. The error is:
"Exception: Error HRESULT E_FAIL has been returned from a call to a COM component."
The source code is just:
I've worked around it by putting all my content into yet another UserControl, but this isn't the best solution. With my current approach, I have a lot of pass-through methods and bindings going on. Note that Blend 4 fully supports a ChildWindow. Also the designer in Visual Studio 2010 renders it perfectly, but I prefer to do my designing in Blend.
The file version of my Telerik.Windows.Controls.Navigation is 2010.2.812.1040
Thanks in advance for your help.
-Damien