Example of Keyboard Navigation in ASP.NET MVC MultiColumn ComboBox Control

This sample demonstrates keyboard navigations support in the MultiColumn Combobox.

DEMO
SOURCE

To provide users with the ability to navigate, select, and interact with popup data in a MultiColumn ComboBox using keyboard shortcuts for improved accessibility.

Keyboards Actions :

  • Enter- Select the focused item and close the popup.
  • Esc- Close the popup.
  • Alt + Down Arrow- Open the popup.
  • Alt + Up Arrow- Close the popup.
  • Up Arrow- Select the previous item.
  • Down Arrow- Select the next item.
  • Home- Select the first item.
  • End- Select the last item.
  • Tab- Select the focused item, close the popup, and move to the next focusable element.
  • Shift + Tab- Select the focused item, close the popup, and move to the previous focusable element.

Transform your ASP.NET MVC web apps today with Syncfusion® ASP.NET MVC components
100+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab