Unplanned
Last Updated: 17 Apr 2024 14:04 by ADMIN
Created by: Kendo UI
Comments: 0
Category: TreeList
Type: Feature Request
7

Feature Request

Currently, KendoReact TreeList doesn't offer a built-in way to achieve selection behavior where selecting a parent node automatically selects all its children, and vice versa (deselecting all children deselects the parent). This feature would be highly beneficial for use cases involving hierarchical data structures where managing parent-child selection is crucial.

Proposal

Introduce a new option for the selectable prop, potentially named propagateSelection or recursiveSelection (similar to applyCheckIndeterminate provided in the TreeView component ). When set to true, it activates the desired behavior where selecting a parent selects all children, and deselecting all children deselects the parent.

Related GitHub item - https://github.com/telerik/kendo-react/issues/2174 

Unplanned
Last Updated: 29 Mar 2024 14:04 by Simon
Created by: Simon
Comments: 0
Category: TreeList
Type: Feature Request
1
It would be beneficial if the TreeList had the option to render a detail row out of the box via a prop as it is for the Grid.
Unplanned
Last Updated: 01 Jul 2019 07:24 by ADMIN
Created by: Ryan
Comments: 0
Category: TreeList
Type: Feature Request
10

AutoWidth column on header double click.

When a resizable column is double clicked it will be auto-sized based on the content.