This is probably something simple, but I was unable to find an answer to this.
I copied the code from the Tabstrip Basic Usage demo. Everything functions fine, but the issue I am having is that I can not figure out a way to prevent tab clicking to add parameters to the url.
By examining html I noticed that the tabstrip has the following code:
Clicking on the tab adds #tabstrip-1 to the yrl.
The demo does not have the href attribute therefore does not tack on the parameter.
How do I prevent this?
Thank you for assistance,
Aleks
I copied the code from the Tabstrip Basic Usage demo. Everything functions fine, but the issue I am having is that I can not figure out a way to prevent tab clicking to add parameters to the url.
By examining html I noticed that the tabstrip has the following code:
<a class="k-link" href="#tabstrip-1">Profile</a>The demo does not have the href attribute therefore does not tack on the parameter.
How do I prevent this?
Thank you for assistance,
Aleks