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

How Do I able to change the content URL of Tabstrip

1 Answer 283 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
User123
Top achievements
Rank 1
User123 asked on 19 Sep 2012, 01:08 AM
My code is like below this.I am trying to replace content URL and title for my current tabs.I am not able to do that successfully and it is showing me same view.Am I doing something wrong or please show me example so I can able to do that.

src  = /Account/Register

 var tabStrip = $("#tabs").data("kendoTabStrip");
            $($('#tabs').find('k-link')).data('contentUrl', src);
            $($('#tabs').find('k-link')).data('text', title);           
            tabs.select(tab.index());        
            tabStrip.reload();

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 21 Sep 2012, 12:10 PM
Hi Shaili,

Please take a look at this forum thread - it discusses a similar functionality and contains a sample code.
 
Regards,
Iliana Nikolova
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
User123
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or