Hi,
I'm using RadMenu in a sharepoint page. I've skinned it with "Gray" which is the style we like the best.
However when i add icons they cause the menu text to break and appear under the icon which is undesirable. (if the text is quite long)
Is there any way to state "nobreak" to the menu
So the markup looks like
<telerik:RadMenu ID="RadMenu1" runat="server" Skin="Gray">
<CollapseAnimation Duration="200" Type="OutQuint" />
<Items>
<telerik:RadMenuItem runat="server" Text="Production Performance Dashboard">
<Items>
<telerik:RadMenuItem runat="server" ImageUrl="/_layouts/images/reportwebpart.gif" Text="Schematic">
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" ImageUrl="/_layouts/images/pi_pi.gif" Text="Trend">
</telerik:RadMenuItem>
I'm using RadMenu in a sharepoint page. I've skinned it with "Gray" which is the style we like the best.
However when i add icons they cause the menu text to break and appear under the icon which is undesirable. (if the text is quite long)
Is there any way to state "nobreak" to the menu
So the markup looks like
<telerik:RadMenu ID="RadMenu1" runat="server" Skin="Gray">
<CollapseAnimation Duration="200" Type="OutQuint" />
<Items>
<telerik:RadMenuItem runat="server" Text="Production Performance Dashboard">
<Items>
<telerik:RadMenuItem runat="server" ImageUrl="/_layouts/images/reportwebpart.gif" Text="Schematic">
</telerik:RadMenuItem>
<telerik:RadMenuItem runat="server" ImageUrl="/_layouts/images/pi_pi.gif" Text="Trend">
</telerik:RadMenuItem>