I know this has been asked and was stated it was too late for Q1 release.. but is there a method to achieve the same menu style as the asp:menu on my sample.. I am using your standard web.sitemap. I do not want to see two flyouts, but rather
All Sites
Search Engines
Yahoo
MSN
Google
News Sites
CNN
BBC
FOX
if you have a workaround that would be cool
thanks.
mac
All Sites
Search Engines
Yahoo
MSN
News Sites
CNN
BBC
FOX
| <asp:ScriptManager ID="ScriptManager1" runat="server"> |
| </asp:ScriptManager> |
| <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" /> |
| <telerik:RadMenu OnClientLoad="ShowSecondLevel" ClickToOpen="false" |
| ID="RadMenu1" runat="server" |
| DataSourceID="SiteMapDataSource1" |
| Skin="Inox" ExpandAnimation-Type="InCubic"> |
| <ExpandAnimation Duration="20" /> |
| <CollapseAnimation Duration="200" Type="OutQuint" /> |
| </telerik:RadMenu> |
| <br /> <br /> <br /> |
| <asp:Menu ID="Menu1" runat="server" BackColor="#F7F6F3" DataSourceID="SiteMapDataSource1" |
| DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#7C6F57" |
| Height="40px" StaticDisplayLevels="3" StaticSubMenuIndent="10px" TabIndex="3"> |
| <StaticSelectedStyle BackColor="#5D7B9D" /> |
| <StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" /> |
| <DynamicHoverStyle BackColor="#7C6F57" ForeColor="White" /> |
| <DynamicMenuStyle BackColor="#F7F6F3" /> |
| <DynamicSelectedStyle BackColor="#5D7B9D" /> |
| <DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" /> |
| <StaticHoverStyle BackColor="#7C6F57" ForeColor="White" /> |
| </asp:Menu> |
if you have a workaround that would be cool
thanks.
mac