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

Collapsible

configuration

Specifies whether the TabStrip should be able to collapse completely when clicking an expanded tab.

Default: false

<div id="tabstrip">
    <ul>
        <li>Tab 1</li>
        <li>Tab 2</li>
    </ul>
    <div>Content 1</div>
    <div>Content 2</div>
</div>

<script>
    $("#tabstrip").kendoTabStrip({
        collapsible: true
    });
</script>
Not finding the help you need?
Contact Support