01.<telerik:RadMenu runat="server" Skin="Menu_New" ID="RadMainMenu" Style="z-index: 5" ExpandDelay="1000"02. DataSourceID="SqlDataSourceMainMenu" DataFieldID="Id" DataFieldParentID="ParentId" DataTextField="Text"03. EnableRoundedCorners="true" EnableEmbeddedSkins="false" EnableShadows="true"04. OnItemDataBound="RadMainMenu_ItemDataBound" OnItemClick="RadMainMenu_ItemClick">05. 06. <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>07. 08. <DefaultGroupSettings RepeatColumns="3" RepeatDirection="Horizontal" />09. 10.</telerik:RadMenu>I added the "DefaultGroupSettings" line and yes, every menu option was now a 3 bar menu. However, I need to be able to apply this to the menu options that actually have more than "x" items in them.
Any help with this would be greatly appreciated.
Thanks,