• What is KendoReact
  • Getting Started
  • Server Components
  • Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

KeyBoard Navigation

The keyboard navigation of the OrgChart can be enabled using the navigatable prop of the component.

The OrgChart supports the following keyboard shortcuts:

SHORTCUTDESCRIPTION
Down arrowWhen focus is on a closed node, opens the node. When focus is on an open node, moves the focus to the first child node.
Up arrowWhen focus is on an open node, closes the node. When focus is on an end node or a closed node, moves focus to its parent node.
Left arrowMoves focus to the previous node that is focusable without opening or closing a node.
Right arrowMoves focus to the next node that is focusable without opening or closing a node.
HomeMoves focus to the first node that is focusable without opening or closing a node.
EndMoves focus to the last node that is focusable without opening or closing a node.
EnterTriggers the onItemAction event
Example
View Source
Change Theme:

In this article

Not finding the help you need?