This is a migrated thread and some comments may be shown as answers.

TreeList with groupable header columns

5 Answers 555 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Dennis
Top achievements
Rank 1
Dennis asked on 14 Feb 2017, 10:19 AM
Hey Folks,

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

Sort by
0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 14 Feb 2017, 07:22 PM
Hi Dennis,

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
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Łukasz
Top achievements
Rank 1
answered on 08 Oct 2020, 09:04 AM

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

0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 08 Oct 2020, 01:39 PM

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).

0
Łukasz
Top achievements
Rank 1
answered on 08 Oct 2020, 04:09 PM

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

0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 08 Oct 2020, 06:02 PM

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/.

bhargavi
Top achievements
Rank 1
commented on 08 Feb 2024, 04:03 PM

Column menu doeesn't work for columns which are grouped together under a single column for kendo treelist. I am using kendo jquery. Please advise on the fix.
Patrick | Technical Support Engineer, Senior
Telerik team
commented on 08 Feb 2024, 09:52 PM

If you are referring to the Kendo UI TreeList with MultiColumn Headers, our live demo appears to be working as expected with the Columns menu functionality.  I hope this resource helps!
bhargavi
Top achievements
Rank 1
commented on 11 Feb 2024, 11:30 PM

column menu is not appearing for computed columns..
Patrick | Technical Support Engineer, Senior
Telerik team
commented on 12 Feb 2024, 10:18 PM

To get a better understanding of the mentioned behavior, please feel free to share an example.  To potentially help you get started, here is a Progress Kendo UI Dojo with aggregation, multi-column headers, and a column menu functionality working as expected.  
bhargavi
Top achievements
Rank 1
commented on 17 Feb 2024, 02:05 PM

please add column menu to this example. it will be helpful.

https://docs.telerik.com/kendo-ui/knowledge-base/select-deselect-all-checkbox

Patrick | Technical Support Engineer, Senior
Telerik team
commented on 19 Feb 2024, 06:46 PM

Here's how you can add the columnMenu functionality to the Kendo UI Grid including in the referenced KB.
        //Grid definition
        var grid = $("#grid").kendoGrid({
            columnMenu: true,
            //.....
        }).data("kendoGrid");
Hope that helps! 
Tags
TreeList
Asked by
Dennis
Top achievements
Rank 1
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Łukasz
Top achievements
Rank 1
Share this question
or