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

FocusableDirective

Represents a directive that controls how focusable cell elements receive focus in a navigable TreeList.

Use this directive to manage focus behavior for cell elements. Pass the cellContext from the cell template as input.

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

Selector

[kendoTreeListFocusable]

Inputs

NameTypeDefaultDescription

kendoTreeListFocusable

any

Provides the cell context from the template.

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