Posts by Lucas Argate • 11 points
1 post
-
1
votes2
answers237
viewsA: How to add link in a Kendo UI tabstrip?
Try this: items.Add() .HtmlAttributes(new { id = "Guia_01_DadosEmissao_Tab" }) .Content(@<text><a href="link.html" onclick="guia_tabstrip.select(0); aba_envolvidos.hide();…