New to Kendo UI for AngularStart 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

``

In this article
Selector
Not finding the help you need?
Contact Support