• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

Disabled ButtonGroup

You can enable or disable the Kendo UI for Vue ButtonGroup.

By default, the component is enabled. To disable the whole group of buttons, set the disabled property of the ButtonGroup to true.

To disable a specific button, set its own disabled property to true and leave the disabled property of the ButtonGroup undefined. If you define the disabled property of the ButtonGroup, it will take precedence over the disabled attributes of the underlying buttons and they will be ignored.

The following example demonstrates how to disable the ButtonGroup.

Example
View Source
Change Theme:

In this article

Not finding the help you need?