This is a migrated thread and some comments may be shown as answers.

Erros using RadMenus in Expression Blend3

1 Answer 27 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Corrado Cavalli
Top achievements
Rank 2
Corrado Cavalli asked on 19 Aug 2009, 04:03 PM
I'm trying to use RadMenu in a Silverlight3 application using Expression Blend3 but i get tons of error just adding a RadMenu to a Page, everything is fine at runtime.
Here's a xaml fragment:

<

 

Grid x:Name="LayoutRoot">

 

 

 

<Grid.RowDefinitions>

 

 

 

<RowDefinition Height="0.071*" />

 

 

 

<RowDefinition Height="0.929*" />

 

 

 

</Grid.RowDefinitions>

 

 

 

<Button Height="50"

 

 

Margin="237,35,301,0"

 

 

VerticalAlignment="Top"

 

 

Content="Button"

 

 

Grid.Row="1" />

 

 

 

<telerikNavigation:RadMenu VerticalAlignment="Top">

 

 

 

<telerikNavigation:RadMenuItem Header="Foo">

 

 

 

<telerikNavigation:RadMenuItem Header="Bar">

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

</telerikNavigation:RadMenu>

 

 

 

</Grid>

 


Did i miss something?

-Corrado

1 Answer, 1 is accepted

Sort by
0
Valeri Hristov
Telerik team
answered on 21 Aug 2009, 08:14 AM
Hello Corrado,

I suppose that the references in your project are not correct. I pasted your XAML in a new Silverlight application and added references to Telerik.Windows.Controls and Telerik.Windows.Controls.Navigation and I did not get any errors. The following article lists the assemblies that have to be referenced in order to use certain controls:
http://www.telerik.com/help/silverlight/overview-installation.html

Best wishes,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Menu
Asked by
Corrado Cavalli
Top achievements
Rank 2
Answers by
Valeri Hristov
Telerik team
Share this question
or