Telerik WPF (no XAML) and Prism 8

1 Answer 48 Views
Window
Dirk
Top achievements
Rank 1
Iron
Dirk asked on 22 Aug 2022, 03:53 PM

I'm using the Prism 8 template pack to create a WPF solution.
I'm adding the Nuget package 'Telerik.UI.for.Wpf.60.Trial' (No Xaml)
I'm adding the solution of KB (Using RadWindow with Prism 7 | Telerik UI for WPF)

Now I have problems to start the solution.

No error, but no viwe is visible.

If I use the Nuget package 'Telerik.UI.for.Wpf.60.xaml.Trial' (with Xaml) I have no problems.

Why I have problems with the 'no xaml' version?

Attached a demo with PRISM 8

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Dirk
Top achievements
Rank 1
Iron
answered on 24 Aug 2022, 10:07 AM

Hi,

I've found a solution.

I've forgotten to add

<Style TargetType="views:ShellView" BasedOn="{StaticResource RadWindowStyle}" />

to the app.xaml ResourceDictionary

Stenly
Telerik team
commented on 24 Aug 2022, 10:19 AM

I am happy to hear that you were able to find a solution to this matter and that you took the time to share it with us. Please let me know if I could be of any further help regarding this case.
Tags
Window
Asked by
Dirk
Top achievements
Rank 1
Iron
Answers by
Dirk
Top achievements
Rank 1
Iron
Share this question
or