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

RadContextMenu with sub RadMenuItem items

1 Answer 214 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Kristine
Top achievements
Rank 1
Kristine asked on 16 Nov 2010, 05:04 PM

 

Hi,

I have a RadContextMenu with nested RadMenuItem. See attached picture. When I move the mouse over to the "Add" menu I get my two sub menu displayed, but as soon as I move the mouse over to select of them the sub menu disappear making it impossible to select one of the two submenus.

Here is a sample of the xaml code

 

 

 

 

<telerikNavigation:RadContextMenu x:Name="NavigationContextMenu" Opened="NavigationContextMenu_Opened" EventName="MouseRightButtonUp" StaysOpen="False" Placement="Absolute" ItemClick="NavigationContextMenu_ItemClick">

 

 

 

 

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem x:Name="MenuOpen" Header="Open" >

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

<MN_Command_Theme:IconOpenNewTab x:Name="IconMenuOpen" Loaded="IconMenuOpen_Loaded"/>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem x:Name="MenuRename" Header="Rename" >

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

<MN_Command_Theme:IconRename x:Name="IconMenuRename" Loaded="IconMenuRename_Loaded"/>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

 

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem x:Name="MenuNewParent" Header="Add" >

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem x:Name="MenuNewFolder" Header="Folder">

 

 

 

 

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem x:Name="MenuNewDevice" Header="Device">

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

<MN_Command_Theme:IconAddDevice Loaded="IconAddDevice_Loaded"/>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem x:Name="MenuNewView" Header="View">

 

 

 

 

 

 

 

 

<telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

<MN_Command_Theme:IconView/>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem.Icon>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

 

 

 

 

 

</telerikNavigation:RadMenuItem>

 

 

 

 

 

 

 

 

</telerikNavigation:RadContextMenu>

 

 

 

 

 

 

 

 

</telerikNavigation:RadContextMenu.ContextMenu>

 

 

 

 

 

Thank you,
Kris

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 18 Nov 2010, 09:45 AM
Hi Kristine,

Thank you for contacting us.

I have tested the sample code you pasted, but I wasn't able to reproduce the issue at our side. Could you please try to reproduce it in a small sample project and send it to us in order to find the source of the problem.

Looking forward to your reply.

Kind regards,
Konstantina
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Menu
Asked by
Kristine
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or