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

Root Menu Item without submenu

1 Answer 56 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Vit100
Top achievements
Rank 1
Vit100 asked on 22 Jul 2010, 02:29 PM
Hi Guys,
Look at the example below. It is menu with 4 root items and only last one has sub menu.
<telerik:RadMenu >
                            <telerik:RadMenuItem Header="Home"/>
                            <telerik:RadMenuItem Header="Verify" />
                            <telerik:RadMenuItem Header="Exit" />
                            <telerik:RadMenuItem Header="Help">
                                <telerik:RadMenuItem Header="Complaint"/>
                                <telerik:RadMenuItem Header="FAQ" />
                                <telerik:RadMenuItem Header="About"/>
                            </telerik:RadMenuItem>
                        </telerik:RadMenu>

If you hover mouse over  root items Home, Verify, Exit and remove mouse last item stays highlighted.
At the same time Help menu item works properly - u remove move - selection  disappears..
Any idea how to fix it?

1 Answer, 1 is accepted

Sort by
0
Accepted
Pana
Telerik team
answered on 28 Jul 2010, 09:11 AM
Hi Vit,

You can edit the RadMenuItem's ControlTemplate. We do provide the non default themes as projects that you can explore and get the Menu.xaml from them with all the brushes, templates and styles. Also for the office_black theme you can explore the Navigation.dll with Reflector and get the Menu.xaml for office_black from there. In the RadMeniItem templates you can create your own set of VisualStates and experiment with the behavior.

We will try to make such menu items work better in future but I can not give you a schedule for it.

Regards,
Panayot
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Menu
Asked by
Vit100
Top achievements
Rank 1
Answers by
Pana
Telerik team
Share this question
or