Telerik Forums
Kendo UI for jQuery Forum
1 answer
25 views

I try to use this code 
but is not working
always return -1 

  var tabStrip = $("#tabstrip").kendoTabStrip().data("kendoTabStrip");

tabStrip.select().index()

 
Martin
Telerik team
 answered on 07 Feb 2024
1 answer
43 views

Hi

i use Kendo Mobile Tabstrip It doesn't show me any results

dojo tabstrip

result for me

Preview result image

This problem also exists in other kendo mobile controls

pls help me

thank you

 

Martin
Telerik team
 answered on 22 Mar 2023
1 answer
63 views

Hi

I found bug into the Items of Tab component.

When you create Tab and write 3 TabItems for it, all of the component are correct but when you want create other tab into the first or second part of TabItem with 2 tabitems, you will expect to see one main Tab with 3 TabItems and other Tab with 2 Tabitems into the first tabItem of first Tab. But you will see one Tab with 5 Tabitems So main Tab merge all of TabItems with together.


<Tab id="mainTab">
    <TabItem id="item1">
          <Tab id="childTab">
               <TabItem id="childItem1">
                    Content 1
                </TabItem>
                  <TabItem id="childItem2">
                    Content 2
                </TabItem>
           </Tab>
     </TabItem>
     <TabItem id="item2">
             Content 2
     </TabItem>
     <TabItem id="item3">
             Content 3
      </TabItem>
</Tab>

Thanks for solving this problem or for guiding me.

Martin
Telerik team
 answered on 22 Jun 2022
1 answer
209 views

Hi,

I need to add a drop list to the mobile-tab-strip, I write this: 

kendo-mobile-layout(k-id="'default'")
            kendo-mobile-header
              kendo-mobile-tab-strip
                      a(href='#!/' data-icon='Canvas') Canvas
                      a
                        select(kendo-drop-download-list placeholder="Content")
                          option(href='#!stackup') Stackup

however, the option stackup doesn't work, the route is not true.

Peter Milchev
Telerik team
 answered on 01 Nov 2016
16 answers
1.3K+ views
I have tried to figure out how to determine which tab in a tab strip was clicked in a select handler, but no luck so far. I need this in order to close some windows that only should be visible when one of the tabs is open.

Any help will be appreciated.

Thanks/Anker
Petyo
Telerik team
 answered on 18 Jul 2016
1 answer
484 views
Hi,
Working on Progress.JSDO with Mobile app. 
I am working on Tabstrip in Kendo with <a> tags as below.
 <div data-role="tabstrip">
    <a href="views/listView.html?status=Submitted">Submitted</a>   
    <a href="views/listView2.html?status=Registered">Registered</a>      
<a href="views/listView3.html?status=Approved">Approved</a>
    <a href="views/listView4.html?status=Declined">Declined</a>
    </div>  
I would like to retrieve the value of status, when I click the TAB in UI.
I have tried using "e.view.params.status", it returning as undefined.
Can someone help me to get the value.
Konstantin Dikov
Telerik team
 answered on 01 Dec 2015
19 answers
2.0K+ views
I have 3 tabs in tabstrip control for Asp.Net Mvc app.
Each tab loads the contents using LoadContentFrom() API.
once tab is clicked for the first time it calls the action method of the controller.
After the same tab is clicked for the 2nd time it doesn't call the controller method and hence same content is displayed which was displayed for the 1st click. We need to have a functionality which will call the controller method every time the tab is clicked. Let us know if there is a workaround or property available to set this.

Thanks,
Vladimir Iliev
Telerik team
 answered on 05 Oct 2015
1 answer
214 views

Hi, when page open in landscape view, all the tabs are visible on screen and there is no need to show arrows, but when it switched to portrait view, some tabs became hidden but arrows won't appear. 

 Video. http://screencast.com/t/So8LdSrcW

 

How to compel widget to recalculate it?

Dimo
Telerik team
 answered on 06 Aug 2015
3 answers
332 views
I have a tab strip where two of the tab urls differ only by the url parameters.  For example:
<div data-role="tabstrip">
    <a href="#itemsView?favorites=1" data-icon="icon-star">Favorites</a>
    <a href="#itemsView" data-icon="icon-all">Items</a>
</div>

The tab strip works as expected when clicking/tapping to navigate but when navigating using kendo.navigate(), the correct tab button is not visually selected.

Can you confirm that this is a bug that will be fixed.  Also, is there any quick workaround for this?  Thanks.
Petyo
Telerik team
 answered on 23 Jul 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?