Hello Le_Roy,
Thank you for your sample project.
Initialy, having xaml in both UserControls - Container and Window - is not a good practise. The error is because it is trying to call the Loaded handler from code-behind of the inherited class, not from the parent in which code-behind the handler is handled. If you place the Loaded event handler in the code-behind of the inherited class the exception will disappear, but this is not recommended.
Could you please share with us what is your scenario - why do you need to inherit the RadWindow like this? In that way we will be able to assist you in the best manner.
If you have further inquiries please let us know.
Best wishes,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items