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

html
<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
SelectorInputs
Not finding the help you need?
Contact Support