New to Kendo UI for Angular? Start a free 30-day trial
TreeListToolbarFocusableDirective
A directive for toolbar elements that need to be part of TreeList keyboard navigation. Use this directive to make toolbar elements focusable and accessible with the keyboard.
html
<kendo-treelist>
<kendo-toolbar>
<button kendoTreeListToolbarFocusable>Custom Button</button>
<button kendoTreeListCancelCommand>Cancel</button>
<button kendoTreeListEditCommand>Edit</button>
</kendo-toolbar>
</kendo-treelist>
Selector
``