Completed
Last Updated: 25 Mar 2015 11:09 by ADMIN
S1000RR
Created on: 31 Oct 2014 16:57
Category: Kendo UI for jQuery
Type: Feature Request
38
TreeList Features
/*** Kendo UI Beta v2014.3.1029 ***/
We've tested the brand new TreeList today.
The new TreeList needs...
> checkboxes
> columns should be resizeable
> column reordering
> frozen columns
events
> collapsed
> expanded
Take a look at the "famous" Grid / TreeList...

Regards
Stefan Wolf
12 comments
ADMIN
Telerik Admin
Posted on: 25 Mar 2015 11:09
All column-related features and events listed in the request are supported with Q1 2015.

You can submit the request for checkboxes as a separate entry, and elaborate in more detail about what you expect from this feature.
ADMIN
Telerik Admin
Posted on: 27 Feb 2015 18:14
The demo you linked is for our UI for ASP.NET AJAX suite. 

The relevant feature for the Kendo UI TreeList widget is presented in the following demo:
http://demos.telerik.com/kendo-ui/Beta/treelist/frozen-columns
jeff
Posted on: 23 Feb 2015 21:13
Hey Guys.  I see TreeList static headers in this recently released demo(http://demos.telerik.com/aspnet-ajax-beta/treelist/examples/scrolling/basicscrolling/defaultcs.aspx).  I was looking for static (Frozen) columns in as well. Any chance that can make it into the demo page?
ADMIN
Telerik Admin
Posted on: 28 Jan 2015 15:33
Column menu feature will also be added to the treelist with Q1'15, Jeff.
jeff
Posted on: 28 Jan 2015 02:04
Thanks Kenshin,

Eagerly awaiting a stable Treelist release with grid feature parity.  

Happy Coding,
Jeff

PS: forgot to mention integrated "Column Menus" but it a nice to have.
ADMIN
Telerik Admin
Posted on: 22 Jan 2015 11:22
Most of these features will be available with our Q1 2015 release, the three you sited will definitely be there. You can see this blog post for reference: http://blogs.telerik.com/kendoui/posts/14-12-17/announcing-the-telerik-kendo-ui-q1-2015-roadmap
Jeff
Posted on: 21 Jan 2015 20:10
Some form of timeline on the features in this post being part of an official release would really help us out.
Jeff
Posted on: 21 Jan 2015 20:08
These three features are a priority for my organization:
1 columns should be resizable 
2 column reordering 
3 frozen columns 

Jeff
N
Posted on: 19 Jan 2015 17:05
Agree with Dan. Feature parity with Grid would be great.
dandv
Posted on: 31 Dec 2014 08:43
TreeList should have, whenever applicable, feature parity with Grid.
Imported User
Posted on: 09 Dec 2014 20:01
The MVC .Toolbar() configuration should also support the same syntax as the Grid.Toolbar(), i.e. with a Grid, I can do this:
.Toolbar(t => t.Template(@<text>
        @(Html.Kendo().ToolBar()
            .Name("summaryTB")
            .Items(items =>
            {
...
            })
        )
    </text>))

But this does not seem possible on the TreeList for some reason.
ADMIN
Telerik Admin
Posted on: 03 Nov 2014 17:43
Thank you for the suggestions, Stefan.

Column resizing and reordering will be considered for the treelist widget after v1 in November, along with expand/collapse events. 

To incorporate checkboxes inside its rows, you can consider using column templates as depicted in the public API:
http://docs.telerik.com/kendo-ui/api/javascript/ui/treelist#configuration-columns.template