Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.29 KB

File metadata and controls

37 lines (26 loc) · 1.29 KB
title page_title description slug canonicalLink position
Selection
Selection - ButtonGroup - Kendo UI for Vue
Allow the multiple selection of buttons within the Kendo UI ButtonGroup in Vue projects.
selection_buttongroup_wrapper
4

Selection

The ButtonGroup enables you to define a single or multiple selection.

Single Selection

The following example demonstrates a single selection of buttons within the ButtonGroup.

{% meta height:350 %} {% embed_file buttongroup/selection/single/main.vue preview %} {% embed_file buttongroup/selection/single/main.js %} {% endmeta %}

Multiple Selection

The following example demonstrates a multiple selection of buttons within the ButtonGroup.

{% meta height:350 %} {% embed_file buttongroup/selection/multiple/main.vue preview %} {% embed_file buttongroup/selection/multiple/main.js %} {% endmeta %}

Suggested Links