Hi Team,
I would like to request for the Kendo UI TreeList to have a column.resizable property similar to the Kendo UI Grid.
Thank you!
Hi Team,
I would like to request a way to allow the Kendo UI TreeList to be editable with the Kendo UI Editor. For example, it should allow the Editor to use the insertUnorderedList or insertOrderedList. Those lists would be indented, and the text would return back to a hierarchical style. Currently, this does not occur.
From
To
Thank you!
Hi Team,
I would like to request the functionality to filter by parent items, and display all associated children.
Thank you!
Would like this option just like the regular grid has: http://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes
Hi Team,
I would like to request when paging in the TreeList to include the prior parent node in the new page. For example, if there is a parent node that has 30 child nodes, and the pageSize is 15, show the parent node on page 1 and 2.
Thanks!
Hi. I would like the ability to specify a template for the toolbar in a TreeList, much like the ability in the Grid. Thank you. Also see https://www.telerik.com/forums/toolbar-template-59985d731e9b
I needed the hierarchal datasource so I used a treelist instead of a grid. I am using a lot of special features; locked columns, columnMenu. But I found that the treelist does not support all the same things the grid does.
Here are a few I found:
Please consider adding persis selection functionality to the TreeList. Such is available in the Grid:
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/persistselection
Hi Team,
I'd like to request the functionality to filter only parent records and not the child's records.
Thank you!
Hi Team,
I would like to request the Kendo UI TreeList to have an optional setting to show aggregate values at the parent row based on the children's aggregates.
Thank you!
apply a row template to the TreeList !
Feeling excited to see Kendo UI treelist is now paginated. It would be great if the same can have virtual scroll.
Add persistSelection property in the Kendo UI TreeList similar to the persistSelection in the Kendo UI Grid:
https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/persistselection
Using the dataBound event is useful for initializing 3rd party widgets within a template (such as bootstrap-toggle) or to use kendo.bind to bind controls to a model. The issue is that when other rows are expanded the internal _render event is triggered which can recreate an existing row which means that the widget reverts back to standard HTML and the binding is lost.
Please, add for TreeList support of setOptions and getOptions methods.
Hi Team,
I'd like to request the functionality to drag the column header of a Kendo UI TreeList and dropping it in a grouping section to make the TreeList Groupable.
Similar to the Kendo UI Grid:
Thank you!
Changes to edit cells are lost when clicking the next cell or other rows in the TreeList.
Dojo Example adapted from TreeList InCell Editing demo (also attached):
Great work on this control boys.... I reckon it needs Filter Row, Multiple Column Sort, Paging to make it consistent with the grid. Regards, Scotty