GridToolbarFocusableDirective
Directive
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.
Definition
Package:@progress/kendo-angular-grid
Selector: [kendoGridToolbarFocusable], [kendoGridAddCommand], [kendoGridCancelCommand], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridExcelCommand], [kendoGridPDFCommand]
Syntax:
html
<kendo-toolbar>
<button kendoGridToolbarFocusable>Button</button>
</kendo-toolbar>