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

First Tab is Link

1 Answer 54 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Micha
Top achievements
Rank 1
Micha asked on 30 Mar 2012, 07:05 PM
Hy 

I'm still using the old Kendo UI version, so this isn't related to the newest version (maybe it is, but I haven't testet it). 

I have created a TabStrip where the first tab is a Link to another page, the second tab is the tab with the content. 
I have set the .k-state-active class on the second tab (because first one cannot be active). 

Either kendo Ui now isn't able to display the second tab (it still has set display: none on the selected tab). 

I've created a jsfiddle version where you can see the error (in the second tab is a text field, that isn't displayed by default)
Example

If this is fixed in the new version i would like to upgrade, but either I cannot upgrade to the newest version because this one requires jquery 1.7 (and we are using jquery mobile that doesn't support jquery 1.7 yet). Or is there a way how I can use kendo UI with an older jquery verison?

Thank you Micha

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 03 Apr 2012, 08:30 AM
Hello Micha,

This should work similarly in both versions. The issue is that TabStrip can't associate the second tab with that lonely tab content below. You just need to add empty content placeholder for the first tab, just so the TabStrip to know that the other one is second - check the updated jsFiddle.

Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TabStrip
Asked by
Micha
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or