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

FocusableDirective

A directive that controls the way focusable cell elements receive focus in a navigable TreeList.

The directive takes as input the cellContext from the cell template.

<kendo-treelist-column>
  <ng-template kendoTreeListCellTemplate let-cellContext="cellContext">
    <input [kendoTreeListFocusable]="cellContext" />
  </ng-template>
</kendo-treelist-column>

Selector

[kendoTreeListFocusable]

Inputs

NameTypeDefaultDescription

kendoTreeListFocusable

any

The cell context provided by the template.

In this article

Not finding the help you need?