views:

59

answers:

1

I use this code the render the menu <% Html.Menu(GridSampleMenu.AdminMenu(Url)); %> but I don't see any option to set the id on the rendered ul tag.

Are this is a known limit?

A: 

There is no option out of the box to specify attributes on the elements that the Menu rendered, and I found this MenuBuilder very limited in this kind of functionality.

So, when I need this heavy attributes in any element, I just do it with regular typed HTML.

Mendy