New to Kendo UI for AngularStart a free 30-day trial

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.

Definition

Package:@progress/kendo-angular-treelist

Selector: [kendoTreeListToolbarFocusable], [kendoTreeListAddCommand], [kendoTreeListCancelCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListExcelCommand], [kendoTreeListPDFCommand]

Syntax:

html
<kendo-treelist>
    <kendo-toolbar>
        <button kendoTreeListToolbarFocusable>Custom Button</button>
        <button kendoTreeListCancelCommand>Cancel</button>
        <button kendoTreeListEditCommand>Edit</button>
    </kendo-toolbar>
</kendo-treelist>
In this article
Definition
Not finding the help you need?
Contact Support