• What is KendoReact
  • Getting Started
  • Unstyled Mode
  • 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

Managing the Focus

Only when the Card component is located in a CardList, it is focusable. Otherwise, it does not implement any specific WAI-Aria and Keyboard Navigation.

Keyboard Navigation

The Card component has the following shortcuts:

ShortcutBehavior
EnterThe Enter key enables the keyboard navigation within the Card element. All focusable elements are included in the tab sequence including the content of the card.
TabIf Enter has been pressed, moves the focus to the next focusable inner element. When the navigation reaches the last focusable inner element, the Card component becomes focused. If Enter has not been pressed, moves the focus to the next focusable element within the page.
Shift + TabIf Enter has been pressed, moves the focus to the previous focusable inner element. When the navigation reaches the first focusable inner element, the Card component becomes focused.
EscapeThe Escape key returns the focus to the Card component.

See Also

In this article

Not finding the help you need?