Kendo UI for jQuery TabStrip Overview

The TabStrip displays a collection of tabs with associated content.

ninja-iconThe TabStrip component is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

The component is composed of an unordered list of items which represent tabs, and a collection of div elements, which contain the content for each tab.

Functionality and Features

FeatureDefinition
Icon TabStripThe TabStrip allows various ways to display icons within its tabs.
TabsYou can further customize the tabs by utilizing any of the supported features such as sorting, scrolling, and positioning.
AnimationThe TabStrip also supports a set of animation effects which allow you to enhance the visual representation of its content.
Content operationsThe TabStrip allows you to load its content by using AJAX requests.
DataSource BindingThe TabStrip allows you to bind to a dataSource and configure various fields.
AccessibilityThe TabStrip is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Next Steps

See Also