This question is locked. New answers and comments are not allowed.
Hello every one
i'm now using demo version of Telerik MVC
my problem is when i add more than tree tabs in tabStrip , other tabs go to new row of tabstrip , whats the proble ?
here is the code :
Tab4 goes to new line , how can i disable this behavior ?
thanks
i'm now using demo version of Telerik MVC
my problem is when i add more than tree tabs in tabStrip , other tabs go to new row of tabstrip , whats the proble ?
here is the code :
<% Html.Telerik().TabStrip() .Name("MainTabStrip") .HighlightPath (true) .Items(items => { items.Add().Text("Tab1") .LoadContentFrom("ReportViewer", "Personel") .ImageUrl (Url.Content ("../Content/Images/pdf.png")); items.Add().Text("Tab2") .LoadContentFrom("Index", "Personel"); items.Add().Text("Tab3") .LoadContentFrom("Index", "Personel"); items.Add().Text("Tab4") .LoadContentFrom("Index", "Personel"); }) .Render(); %>Tab4 goes to new line , how can i disable this behavior ?
thanks
