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

Tabstrip initail selected index

0 Answers 101 Views
TabStrip (Mobile)
This is a migrated thread and some comments may be shown as answers.
Marcin
Top achievements
Rank 1
Veteran
Marcin asked on 22 Aug 2012, 01:09 PM
Hello I have an issue with intial sected index of tab strip

I tried:

$("#mobilePeriodChooser").kendoMobileTabStrip({
            selectedIndex: 2
        });

but this causing some duplications and still first is active.

I also tried:
$("#mobilePeriodChooser").data("kendoMobileTabStrip").selectedIndex = 2
But this one is showing error becuase data("kendoMobileTabStrip") is undefined.

So how to setup it ?

No answers yet. Maybe you can help?

Tags
TabStrip (Mobile)
Asked by
Marcin
Top achievements
Rank 1
Veteran
Share this question
or