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

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.

Definition

Package:@progress/kendo-angular-treelist

Selector:[kendoTreeListFocusable]

Syntax:

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

Inputs

Provides the cell context from the template.

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