FocusableDirective
Directive
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.