New to Kendo UI for VueStart a free 30-day trial

Disable the left part of a SplitButton

Updated over 6 months ago

Environment

Product Version4.3.1
ProductProgress® Kendo UI for Vue Native

Description

I want to disable only the left part of the SplitButton.

Solution

You can achieve this by setting pointer-events to `none:

css
.k-button-group > .k-button:first-child:not(:only-child) {
    pointer-events: none;
 }

Runnable example

To test the following example, click on the left part of the SplitButton

Change Theme
Theme
Loading ...
In this article
EnvironmentDescriptionSolutionRunnable example
Not finding the help you need?
Contact Support