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

[Solved] Submenu with sitemap

1 Answer 61 Views
Menu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 26 Jan 2012, 11:22 AM
Hi,

Is it possible to have a horizontal submenu (binding to the sitemap)? And show only the submenu items when the parent is selected.
(see attachment).

If not, can we achieve this with 2 separate menus?

Thanks,
Koen

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 30 Jan 2012, 03:39 PM
Hello Martin,

As I said in the support thread on the same subject:

You can achieve this behavior with some CSS modifications:

    <style type="text/css">
        .t-menu .t-animation-container,
        .t-menu .t-group
        {
            width: auto !important;
        }
 
        ul.t-menu .t-group .t-item
        {
            display: inline-block;
        }
      </style>


Regards,
Georgi Krustev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Menu
Asked by
OfficeHeart
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or