I'm trying to get a ContextMenu to display the root items horizontally. Here's the code:
When this gets displayed, the menu items are vertical. When I look at the rendered output, the ul for the menu has
What am I missing? The control version is 2008.3.1314.35
| <telerik:RadContextMenu ID="pageSelectMenu" runat="server" ClickToOpen="false" Flow="Horizontal" > |
| <Items> |
| <telerik:RadMenuItem Text="page1" ></telerik:RadMenuItem> |
| <telerik:RadMenuItem Text="page1b"></telerik:RadMenuItem> |
| </Items> |
| </telerik:RadContextMenu> |
When this gets displayed, the menu items are vertical. When I look at the rendered output, the ul for the menu has
class="rmActive rmVertical rmGroup rmLevel1"
What am I missing? The control version is 2008.3.1314.35