New to Kendo UI for Vue? Start a free 30-day trial

Events

This article provides details about the different events available in the SplitButton API. Using these events you can tailor the SplitButton's behavior to your specific requirements.

List of available SplitButton events

  • onButtonClick - Triggered when the Button inside the SplitButton is clicked.
  • onItemClick - Triggered when an item in the SplitButton popup is clicked.
  • onFocus - Triggered when the SplitButton is focused.
  • onBlur - Triggered when the SplitButton is blurred.
  • onOpen - Triggered when the popup of the SplitButton is opened.
  • onClose - Triggered when the popup of the SplitButton is closed.

SplitButton events demo

Example
View Source
Change Theme: