How to Add RadWindow?

0 Answers 88 Views
Window
Rob
Top achievements
Rank 2
Iron
Iron
Rob asked on 02 Mar 2023, 05:53 PM

I was reading this article here and it skips the process of how to add a Telerik RadWindow?  

There doesn't actually seem to be an option to add a Telerik WPF RadWindow, only the default Microsoft WPF window.

Documentation just says "Declare" ... so I'm assuming we're supposed to modify a Microsoft template for the XAML?

This is VS 2022 17.5 using Telerik UI WPF 2023.1.117.

Rob.

Martin Ivanov
Telerik team
commented on 02 Mar 2023, 07:23 PM

Hello Rob, I've checked my Visual Studio setup and I can see a "Telerik RadWindow" option. As I can see from your screenshot there aren't any Telerik templates at all. This said, can you double check if you have installed the Telerik Visual Studio Extension for UI for WPF? The extension is what it includes these templates in Visual Studio.

About the help documentation, it doesn't explicitly state how to declare the window, but me personally is using the "Window (WPF)" template to create a new file, and then I modify the .xaml and code behind file. The modification includes changing the Window tag in XAML to telerik:RadWindow, adding the `telerik` namespace, changing the Title property setting to Header and finally changing the inherited type in the .cs file from Window to RadWindow.

 

Rob
Top achievements
Rank 2
Iron
Iron
commented on 29 Mar 2023, 05:34 PM

Sorry for delay, yes the Telerik VS Extensions for UI WPF are installed.

This issue might be related to this problem with your extensions that is schedule to be fixed in "June"?  Not sure why June as that seems pretty distant considering the impact of this problem which delays (sometimes for minutes) the loading of my solutions.

I can disable this extension, but then another one will popup for Blazor, etc.

Can someone tell me the root cause?  Do I need to run VS as Admin?

Rob.

Martin Ivanov
Telerik team
commented on 30 Mar 2023, 02:42 PM

I am afraid that my expertise is not enough to give you an accurate answer here, but as I understand you already discuss this in a private ticket.

No answers yet. Maybe you can help?

Tags
Window
Asked by
Rob
Top achievements
Rank 2
Iron
Iron
Share this question
or