New to Kendo UI for Angular? Start 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
Name | Type | Default | Description |
---|---|---|---|
kendoTreeListFocusable |
|
Provides the cell context from the template. |