Is there a way to tell the MVC wrapper of TabStrip no to create the <a> tags? It does conflict with the hash navigation of my single page application.
Thanks.
Lutfi
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 11 Sep 2013, 11:23 AM
Hello Lutfi,
The HREF attributes exists mainly for accessibility reasons. You can remove them by using the following script after the TabStrip:
I suspected that the solution was going to be using JavaScript, although it is far from ideal since the point of using the MVC wrapper is to avoid configuring the component with JavaScript.