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.
html
<kendo-treelist-column>
<ng-template kendoTreeListCellTemplate let-cellContext="cellContext">
<input [kendoTreeListFocusable]="cellContext" />
</ng-template>
</kendo-treelist-column>
Selector
[kendoTreeListFocusable]
Inputs
Name | Type | Default | Description |
---|---|---|---|
kendoTreeListFocusable |
|
The cell context provided by the template. |