Unplanned
Last Updated: 20 Nov 2023 13:25 by Marcin

Hello,

I have encountered an issue with the MultiSelectTree component. It sometimes happens that "No data found" information is displayed, even though data is displayed just above the message.

It's possible to reproduce this on your own example for manual filtering - https://www.telerik.com/kendo-angular-ui/components/dropdowns/multiselecttree/filtering/#toc-manual-filtering.

First, you need to type for example "asd" into the filter box, and then remove the last letter - and the situation above should happen.
Unplanned
Last Updated: 01 Feb 2023 13:56 by SalesChoice
Created by: SalesChoice
Comments: 0
Category: MultiSelectTree
Type: Feature Request
1

Hi Team!

I would like to be able to single-select child nodes in the MultiSelectTree component. This functionality is already present in the TreeView: https://www.telerik.com/kendo-angular-ui/components/treeview/selection/#toc-setup

Thanks in advance!

 

Unplanned
Last Updated: 09 May 2022 11:47 by ADMIN
Created by: Kendo UI
Comments: 0
Category: MultiSelectTree
Type: Feature Request
2

Provide a mechanism for loading nodes on demand (for example when a node is expanded to fetch its child nodes) or Load More button like the TreeView component:

https://www.telerik.com/kendo-angular-ui/components/treeview/load-more-button/