I am trying to get up and running with the ribbon view and cannot get it to render to the screen. Can you please let me know what I am doing wrong. My project source is attached and below is a the screen I get when I run the application..
<Window x:Class="TelerikWpfTest.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
Title="Ribbon and Docking Test" Height="600" Width="800">
<Grid>
<telerik:RadRibbonView ApplicationName="Ribbon and Docking Test">
<telerik:RadRibbonTab Header="Home">
<telerik:RadRibbonGroup Header="Clipboard"/>
</telerik:RadRibbonTab>
<telerik:RadRibbonTab Header="View"/>
</telerik:RadRibbonView>
</Grid>
</Window>
![]()
<Window x:Class="TelerikWpfTest.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
Title="Ribbon and Docking Test" Height="600" Width="800">
<Grid>
<telerik:RadRibbonView ApplicationName="Ribbon and Docking Test">
<telerik:RadRibbonTab Header="Home">
<telerik:RadRibbonGroup Header="Clipboard"/>
</telerik:RadRibbonTab>
<telerik:RadRibbonTab Header="View"/>
</telerik:RadRibbonView>
</Grid>
</Window>