Declined
Last Updated: 26 Jul 2016 08:44 by ADMIN
Your RadTreeList for ASP.NET AJAX is an amazing product but we would love to see more of the grid functionality implemented in it.

Two very notable features from the RadGrid we would like to have in the RadTreeList are the "EnableHeaderContextMenu" so that we can hide and show columns on-demand and also column filtering capability.

Please think about including these in future releases.

Thanks,
Curtis
Declined
Last Updated: 13 Nov 2015 15:42 by ADMIN
When using LoadOnDemand in a RadTreeList, it would be great to have it automatically expand to a selected item when initially loading on a page.
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
Created by: Attila
Comments: 1
Category: TreeList
Type: Feature Request
0
We use the TreeList control in our ASP .NET 4, C# application (running on Internet Explorer). 
In a page we have a Repeater of Update Panels. Each Update Panel contains a TreeList. All TreeLists have the same behaviour. They have multiple sorting enabled, and by default they are sorted by 2 columns (Class, ID). When sorting by some other column (Example: State), we adjust the Sorting Expressions from (Class, ID, State) to (State, ID). The sorting icon is not visible on the State column, but we have a simple button with no text on the Class column.