New to Kendo UI for Angular? Start a free 30-day trial
GridToolbarFocusableDirective
Updated on Jun 18, 2025
Adds keyboard navigation support to toolbar elements in the Grid.
Apply this directive to toolbar elements that should be focusable and navigable with the keyboard.
html
<kendo-toolbar>
<button kendoGridToolbarFocusable>Button</button>
</kendo-toolbar>
Selector
``