ButtonGroup Overview

The ButtonGroup represents a group of buttons with similar functionalities.

ButtonGroups act as containers for two or more Button components. Depending on the requirements of your project, you can separately configure each Button in the ButtonGroup.

The ButtonGroup wrapper for Vue is a client-side wrapper for the Kendo UI ButtonGroup widget.

The ButtonGroup Component is part of Kendo UI for Vue, a professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Basic Usage

The following example demonstrates the ButtonGroup in action.

Example
View Source
Change Theme:

Functionality and Features

Events

The following example demonstrates basic ButtonGroup events. You can subscribe to all ButtonGroup events by the handler name.

Example
View Source
Change Theme: