Hi,
Is there any idea why the angular treeview control is behaving like this which searching in the attached image.
Used the below code to search the treeview
https://www.telerik.com/kendo-angular-ui/components/treeview/how-to/filtering/
Html Treeview
 <kendo-treeview
    [nodes]="publishedKnowledgeAccounts"
    [children]="children"
    [hasChildren]="hasChildren"
    textField="Title"
    [isExpanded]="isExpanded"
    [isChecked]="isChecked"
    (checkedChange) = "checkedChange($event)"
    (collapse)="handleCollapse($event)"
    (expand)="handleExpand($event)"
    [kendoTreeViewCheckable]="checkableSettings"
    [(checkedKeys)]="checkedKeys"
>
</kendo-treeview>
Thanks
Rajeev

