New to Kendo UI for jQueryStart a free 30-day trial

DataUrlField

configuration

Sets the field of the data item that provides the link URL for the tab.

Default: ""

<div id="tabstrip"></div>

<script>
    $("#tabstrip").kendoTabStrip({
        dataTextField: "Name",
        dataUrlField: "Url",
        dataSource: [
          { Name: "Telerik", Url: "https://www.telerik.com" },
          { Name: "Google", Url: "https://www.google.com" }
        ]
    });
</script>
Not finding the help you need?
Contact Support