Navigation control issues with BETA
Hi,
<
ul
>
<
li
><
a
href
=
"page1.html"
>Page 1</
a
></
li
>
<
li
class
=
"selected"
><
a
href
=
"page2.html"
>Page 2</
a
>
<
ul
>
<
li
><
a
href
=
"page21.html"
>Page 2-1</
a
></
li
>
<
li
><
a
href
=
"page22.html"
>Page 2-2</
a
></
li
>
</
ul
>
</
li
>
<
li
><
a
href
=
"page3.html"
>Page 3</
a
></
li
>
</
ul
>
<
li class="page_2-2"
><
a
href
=
"page22.html"
>Page 2-2</
a
></
li
>
This control could then be used for simple navigations such as footer links etc without onerous HTML.
Cheers,
Seth
Hello Seth Cleaver,
Thank you for submitting your feedback on the Navigation control in the Beta version.
Can you please tell us which browser you are experiencing issues described in the first point. I have tested this in FF 3.6.x and was not able to reproduce the issue. Issue described in point 2 is however reproducible and will log this as a bug.
As for point 3 - I will pass your request for the markup of the tabbed navigation. The Navigation control for now is utilizing a number of RadControls that are used for navigation - RadMenu, RadTabStrip, RadTreeView, and RadSitemap. The default behavior of the TabStrip is to output all the links and hide them through CSS. Here we re talking about load on demand - the tab strip to populate child items only when hovered or clicked.
As for the lite html version - we have two modes that have similar behavior: SiteMap divided in rows, and SiteMap divided in columns. This uses RadSiteMap and outputs the navigation links as children of li tags.
All the best,
Radoslav Georgiev
the Telerik team