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

[Solved] TabStrip as Navigation - Not redirecting to URLs

3 Answers 146 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.
Ryan
Top achievements
Rank 2
Ryan asked on 13 Sep 2010, 03:08 PM
I am trying to use a TabStrip instead of a Menu (at the request of the client) as the site navigation. The sitemap binding works fine and the URL's show up properly in the anchor tags when viewing source.  The problem is clicking the tabs does nothing but change the tab.  None of the URL's, actions, etc. are ever executed or followed.  Am I missing something?

I kept it very simple and minimal.  If I replace the following with .Menu instead of .TabStrip it works as a menu. 

<%

Html.Telerik().TabStrip()

.Name(

 

"Menu")

 

.BindTo(

 

"ApplicationSiteMap") .Render();

 

%>

3 Answers, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 13 Sep 2010, 03:23 PM
Hello Ryan,

You have encountered a bug which was introduced in the latest official release of Telerik Components for ASP.NET MVC. I have attached the modified js file, which includes the required fix. Just replace the original Javascript files with the one attached to this message.

Excuse us for the caused problems.

Kind regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ryan
Top achievements
Rank 2
answered on 13 Sep 2010, 03:28 PM
That did the trick!  Thank you for the quick and wonderful response!
0
Temesgen Meheret
Top achievements
Rank 1
answered on 07 Oct 2010, 07:40 PM
I was having same issue and the update fixed it. Thanks.
Tags
TabStrip
Asked by
Ryan
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Ryan
Top achievements
Rank 2
Temesgen Meheret
Top achievements
Rank 1
Share this question
or