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

Keyboard Navigation

Updated on Jun 29, 2026

The keyboard navigation of the DropDownList is always available.

The DropDownList supports the following keyboard shortcuts:

ShortcutDescription
Up ArrowHighlights the previous item.
Down ArrowHighlights the next item.
Left ArrowHighlights the previous item.
Right ArrowHighlights the next item.
HomeSelects the first item in the list.
EndSelects the last item in the list.
Page UpScrolls the popup up.
Page DownScrolls the popup down.
EnterSelects the highlighted item.
EscCloses the popup.
Alt + Down ArrowOpens the popup.
SpaceOpens the popup, or selects the highlighted item.
Alt + Up ArrowCloses the popup.

For a complete example, refer to the demo on keyboard navigation of the DropDownList.

Events

When the popup of the DropDownList is opened and the arrow keys are used to highlight an item a select event is fired upon highlighting an item. When pressing Enter or Space, or blurring the component a change event is fired and the value of the component is set.

When the popup of the DropDownList is closed and the arrow keys are used to select an item a select event is fired imediately followed by a change event.

See Also

In this article
EventsSee Also
Not finding the help you need?
Contact Support