I have a vertical menu on a RadTabStrip. Is there a way to wrap text displayed on a RadTab?
Here is a sample of the code. I am trying to wrap the text on the third RadTab.
I am using ASP.NET 2013 Q1. A previous post suggested modifying the CSS Style sheet but that only worked for horizontal tabs.
Thanks for any help.
Chris
Here is a sample of the code. I am trying to wrap the text on the third RadTab.
<telerik:RadTabStrip runat="server" ID="RadTabStrip3" MultiPageID="RadMultiPage2" Orientation="VerticalLeft" Skin="Windows7" Width="200px" SelectedIndex="0" Align="Left" > <Tabs> <telerik:RadTab Height="30px" Text="Funding Opportunity Announcements" ></telerik:RadTab> <telerik:RadTab Height="30px" Text="Application Requirements" ></telerik:RadTab> <telerik:RadTab Height="60px" Text="Objective Review of Grant Applications, Selections, and Award" ></telerik:RadTab> </Tabs></telerik:RadTabStrip>Thanks for any help.
Chris