ButtonGroup

ButtonGroups display lines of two or more related buttons of equal importance.

Usage Guidelines

In addition to the guidelines for using the Telerik and Kendo UI Button, the ButtonGroup requires you to follow some basic principles when using the multi-button component.

Fill Modes

The ButtonGroup includes buttons with the solid, outline, and flat fill modes, which put different emphasis on the indicated actions.

Two Telerik and Kendo UI ButtonGroups with different fill modes indicating different levels of importance.
Use different fill modes to differentiate the importance of actions the buttons in the group imply (high, medium, or low).
Telerik and Kendo UI Buttons with different fill modes inside a single ButtonGroup component.
Avoid mixing buttons with different fill modes inside a single ButtonGroup where all buttons are of equal importance.

Size

Depending on the purpose of the component, the ButtonGroup enables you to apply the small, large, or the default medium sizing option to smoothly fit into the UI. For example, small-sized ButtonGroups are suitable for compact components such as small Pagers and Toolbars, while large-sized ButtonGroups are well-suited for large Pagers and Toolbars.

A Telerik and Kendo UI ButtonGroup using consistent sizing for its containing buttons which indicate actions of equal importance.
Use the variety of font sizes depending on the context—small-sized components nest small ButtonGroups, large-sized components nest large ButtonGroups.
A Telerik and Kendo UI ButtonGroup using different sizing for the buttons inside a single component.
Avoid combining Buttons of different sizes inside a single ButtonGroup.

Content

As all the buttons within the ButtonGroup are of equal importance, make sure that their appearance is the same and their content type is similar.

A Telerik and Kendo UI ButtonGroup using icon-only buttons to present the available actions to the user.
Feel free to use icon buttons, text buttons, or icon-and-text buttons depending on the actions they represent.
A Telerik and Kendo UI ButtonGroup using icon and icon-and-text buttons inside the component.
Avoid mixing different types of content in a single ButtonGroup.
Feedback