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

Select not working for appended tabs with Angular $routeProvider

1 Answer 71 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Julia
Top achievements
Rank 1
Julia asked on 11 Jul 2016, 08:16 PM

I have a PanelBar that can add items to the TabStrip, which is done through append. Each tab has a url, which changes part of the display, as part of an Angular SPA. When I try to click on an appended tab, I am redirected to another url, but the selected tab still doesn't change (not just the display, the select function is just never called).

I suspect the problem is that instead of clicking on the tab itself, I click on the tab's url link, which prevents me from clicking on the tab. Is there anything I can do to fix this?

 

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 14 Jul 2016, 06:56 AM

Hello Julia,

When a url is set for the tab itself it will navigate to the url when the tab is clicked. Even if the tab is dynamically added it fires the select event as shown in the http://dojo.telerik.com/IyiHA example. Could you please modify the example in order to replicate the described problem or create a dojo, where the problem can be observed? 

Regards,
Boyan Dimitrov
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
TabStrip
Asked by
Julia
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or