This is a migrated thread and some comments may be shown as answers.

MVC TabStrip display issues

1 Answer 46 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joshua
Top achievements
Rank 1
Joshua asked on 10 Nov 2011, 10:30 PM

Hello,

I need help getting the tabstrip control to display properly in my project I created an VS 2010 MVC Project and enabled the HTML5 checkbox, I added the refence to the telerik namespace to the project, I added the proper folder to the content, scripts folder that match the dll version im using chech is 2011.2.712, In _Layout.cshtml i added @(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css").Add("telerik.default.css").Combined(true).Compress(true))), at the end of the body element in the layout page I also added @(Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.Combined(true).Compress(true))), then I proceeded to add this to my view

@{ Html.Telerik().TabStrip() .Name("registration") .Items(ts => { ts.Add() .Text("Step 1:") .Content(@

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 11 Nov 2011, 08:40 AM
Hi Joshua,

Please avoid posting duplicate support tickets and forum threads.

Do you have the web asset handler registered in the web.config?

http://www.telerik.com/help/aspnet-mvc/web-assets-working-with-javascript-web-assets.html#Combination

The handler is required by the Script and StyleSheet Registrars in order to serve combined and compressed resources. If you have it and all JS and CSS files are registered properly, please check for Javascript errors and validate your HTML markup.

If none of the above points to the cause of the problem, please provide a runnable project or a live URL which reproduces the problem.

All the best,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
TabStrip
Asked by
Joshua
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or