New to Kendo UI for Angular? Start a free 30-day trial

ToolbarTemplateDirective

Represents the toolbar template of the TreeList (see example).

The template context has the following field:

  • position—The position at which the toolbar template is rendered. The possible values are top, bottom and both.
<kendo-treelist ...>
  <ng-template kendoTreeListToolbarTemplate>
    <button kendoTreeListExcelCommand >
      Export to Excel
    </button>
  </ng-template>
</kendo-treelist>

Selector

[kendoTreeListToolbarTemplate]

Inputs

NameTypeDefaultDescription

position

"top" | "bottom" | "both"

'top'

The position of the toolbar (see example). The group panel or header and the second one below the pager.

In this article

Not finding the help you need?