Kendo UI for jQuery
The Kendo UI for jQuery SegmentedControl is a sleek, space-efficient component for fast, mutually exclusive selection between related options. Designed as a modern alternative to radio buttons and tabs, it improves usability by surfacing key choices in a single, intuitive control. With built-in support for icons, customization, accessibility, and responsive behavior, it fits seamlessly into any Kendo UI application.
The jQuery SegmentedControl supports configurable item widths, giving you precise control over how each segment is sized. This allows you to better accommodate different content lengths and maintain a consistent layout without additional styling.
See the Kendo UI for jQuery Segmented Control layout modes demo
The Kendo UI for jQuery SegmentedControl supports flexible content configuration, allowing each segment to include a text label, an icon, or both. You can further customize the icon appearance by using the iconClass option to apply additional CSS classes.
Control the visual appearance of the Kendo UI for jQuery SegmentedControl, including its button size and layout behavior. Use the size option to adjust the segment buttons to small, medium, or large, depending on your UI density needs.
See the Kendo UI for jQuery Segmented Control appearance demo
The Kendo UI for jQuery SegmentedControl exposes a change event that triggers when the selected segment is updated. The event provides both the selected value and the full data object for the item, making it easy to access all relevant information in your handler.
The jQuery SegmentedControl includes keyboard navigation support, allowing users to move between options and make selections without using a mouse.
See the Kendo UI for jQuery Segmented Control keyboard navigation demo