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.
Change Theme
Theme
Loading ...