| <telerik:RadMenu ID="MainMenu" EnableEmbeddedSkins="false" Skin="Poker" runat="server"> |
| <ItemTemplate> |
| <a href="<%#Eval("url")%>" title="<%#Eval("description")%>"><%#Eval("title")%></a> |
| </ItemTemplate> |
| </telerik:RadMenu> |
Hi.
This is a RadMenu control I am using on a site I am working on. I am using a sitemap file as a datasource for the menu.
How can I set a selected class on the page I am currently viewing, using the ItemTemplate ... ?