Kendo UI for jQuery TabStrip Overview
Updated on May 19, 2025
The TabStrip displays a collection of tabs with associated content.
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
| Feature | Definition | 
|---|---|
| Icon TabStrip | The TabStrip allows various ways to display icons within its tabs. | 
| Tabs | You can further customize the tabs by utilizing any of the supported features such as sorting, scrolling, and positioning. | 
| Animation | The TabStrip also supports a set of animation effects which allow you to enhance the visual representation of its content. | 
| Content operations | The TabStrip allows you to load its content by using AJAX requests. | 
| DataSource Binding | The TabStrip allows you to bind to a dataSourceand configure various fields. | 
| Accessibility | The TabStrip is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation. | 
Next Steps
- Getting Started with the Kendo UI TabStrip for jQuery
- Basic Usage of the TabStrip (Demo)
- JavaScript API Reference of the TabStrip