• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chart Wizardnew
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Toolsupdated
    • Date Inputs
    • Date Math
    • Dialogsupdated
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Map
    • Notification
    • OrgChart
    • PDF Processing
    • PDF Viewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheet
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Keyboard Navigation

By default, the keyboard navigation of the KendoReact ListView is disabled. To enable the keyboard navigation, set the navigatable property to true.

The ListView supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
Right ArrowMoves the focus to the next rendered item. If the focus is on the last item, the focus does not move.
Down ArrowMoves the focus to the next rendered item. If the focus is on the last item, the focus does not move.
Left ArrowMoves the focus to the previous rendered item. If the focus is on the first item, the focus does not move.
Up ArrowMoves the focus to the previous rendered item. If the focus is on the first item, the focus does not move.
HomeMoves the focus to the first rendered item.
EndMoves the focus to the last rendered item.
Example
View Source
Change Theme:

In this article

Not finding the help you need?