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

TabStrip View

0 Answers 37 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, 07:11 PM
I'm using version 2011.2.712 and I'm new to the MVC world. I'm trying to add a simple tab control to the a view and it is displaying very odd. I created the application using the VS MVC template with HTML5 checkbox checked.

@{ Html.Telerik().TabStrip() .Name("registration") .Items(ts => { ts.Add() .Text("Step 1:") .Content(@
Tags
TabStrip
Asked by
Joshua
Top achievements
Rank 1
Share this question
or