is it possible to achieve the same functionality that the grid component offers ( groupable header columns ) in the TreeList? The documentation does not mention something like that and i did not get it to work.
Is my only option to use the grid component with dynamic subgrids?
5 Answers, 1 is accepted
Currently, the Kendo TreeView does not support Groupable Header Columns like the Kendo Grid. There is a feature request in our Kendo UI Feedback Portal which you can add feedback and upvote the idea.
For more information about the Kendo Grid grouping, here is our documentation and a live demo.
Regards,
Patrick
Telerik by Progress
Hi,
I have the same question to the TreeList. This functionality is very important for us.
Will it be possible in the future, as soon as possible?
I was looking for information about this, but i can't find anything.
Regards,
Łukasz
Hello Lukasz,
As of R3 2018, this functionality has been added to the Kendo UI TreeList. As for resources, please take a look at the following live demo of the Kendo UI TreeList with MultiColumn Headers and our documentation.
Regards,
Patrick
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).
Hello Patrick,
My mistake. This is not exactly that what we need. We need functionality where user can grouping by drag and drop column header like in the grid.
On this page with the grid demo https://demos.telerik.com/kendo-ui/grid/index is example where the user can drag header colum and drop on "grouping section". This same functionality we need use in the TreeList. We want grouping (by drag and drop) only main rows (rows without parents), if it is possible.
Regards,
Łukasz
Hello Łukasz,
Thank you for the clarification pertaining to dragging the header column and dropping it in the grouping section. This functionality is not included with the Kendo UI TreeList. That being said, I have created a new feature request with a vote on your behalf asking for this to be added in future releases.
Please feel free to reply back within the request to share any additional details with our developers to consider pertaining to the matter and follow the request for updates.
Regards,
Patrick
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
please add column menu to this example. it will be helpful.
https://docs.telerik.com/kendo-ui/knowledge-base/select-deselect-all-checkbox
//Grid definition
var grid = $("#grid").kendoGrid({
columnMenu: true,
//.....
}).data("kendoGrid");