New to Kendo UI for Angular? Start a free 30-day trial
GridToolbarFocusableDirective
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
``