Won't Fix
Last Updated: 28 Nov 2016 15:07 by ADMIN
Unplanned
Last Updated: 20 Sep 2016 05:33 by ADMIN
Unplanned
Last Updated: 31 May 2021 12:54 by ADMIN
ADD: Functionality in TreeList to Sorting with Subobjects like this:

<telerik:TreeListBoundColumn DataField="subobject.MyPropertyName" SortExpression="subobject.MyPropertyName"
 HeaderText="MyPropertyName" UniqueName="MyPropertyName"  >
        
Unplanned
Last Updated: 05 Oct 2022 22:23 by Thiago
Created by: Satvinder
Comments: 3
Category: TreeList
Type: Feature Request
7

			
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.
Completed
Last Updated: 30 Sep 2016 08:55 by ADMIN
Created by: juansimon
Comments: 1
Category: TreeList
Type: Feature Request
0
This functionality would aggregate a lot of value to the RadTreeList.  I will explain you why it is important. In order to prepare the information to give it to the TreeList, it is necessary to make a lot of hierarchical calculations that consume a lot of CPU and memory resources.  It causes that any server could be busy doing the same complex calculations with each click expanding any level. If you have a lot of users that expands a node of the tree, the server could crash. I prefer,  RadTreeList had all the information one time to prevent making unnecessary recalcularions with every click. 

I like Telerik components, but this issue make me to search another tree component in the market.  Please reconsider this functionality in your next version of your RadTreeList.
Completed
Last Updated: 30 Nov 2015 12:57 by ADMIN
Completed
Last Updated: 28 Jul 2016 11:44 by ADMIN
RadTreeList control dose not support RTL format, please add this feature.

check attachement.
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
Unplanned
Last Updated: 18 Jun 2021 07:56 by ADMIN
Currently there is no client side API to bind data from client side. Please add this feature.
Completed
Last Updated: 29 Sep 2015 10:50 by Markus Hopfenspirger
Created by: Chris
Comments: 1
Category: TreeList
Type: Feature Request
6
Allow client side expand/collapse for RadTreeList
Completed
Last Updated: 20 Sep 2016 06:52 by ADMIN
ADMIN
Created by: Angel Petrov
Comments: 0
Category: TreeList
Type: Feature Request
0

			
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.