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

DropDownButton Events

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

List of available DropDownButton events

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

DropDownButton events demo

The following example demonstrates the DropDownButton events.

Example
View Source
Change Theme: