Unplanned
Last Updated: 05 Aug 2016 13:49 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 09:21 by ADMIN
ADMIN
Created by: Yordanka
Comments: 0
Category: TreeListView
Type: Feature Request
3

Currently, the RadTreeListView control does not fully support the merged cells functionality due to the different levels of the hierarchy of the items displayed by the control.

Unplanned
Last Updated: 04 Aug 2016 09:21 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 09:21 by John
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: TreeListView
Type: Feature Request
0
Currently, setting HierarchyIndent property does not work as expected for nested rows.
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
Reproducible on http://demos.telerik.com/silverlight/#TreeListView/TreeListViewDragAndDrop
Unplanned
Last Updated: 04 Aug 2016 09:20 by Nicolas
As a workaround you can try executing the selection in a Dispatcher with DispatcherPriority.Render.
This may not apply in the case when there are many nodes outside the View area. 
Unplanned
Last Updated: 04 Aug 2016 09:20 by ADMIN
The goal is to expand a second node each time you expand a particular node from the RadTreeListView. The data of the second node is loaded on demand, but it is not shown when the node itself is expanded.
Completed
Last Updated: 25 Jan 2016 14:50 by ADMIN
Completed
Last Updated: 12 Jan 2016 12:52 by ADMIN
Keyboard navigation stops working when setting SelectionMode to "Extended", SelectionUnit to "Cell"  and pressing twice the down keyboard key . 

The problem should be resolved with version Q1 2016. 
Declined
Last Updated: 28 Oct 2015 09:41 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: TreeListView
Type: Feature Request
3

			
Completed
Last Updated: 22 Oct 2015 13:10 by ADMIN
Completed
Last Updated: 19 Oct 2015 10:37 by ADMIN
Completed
Last Updated: 29 Sep 2015 10:17 by Simon
TreeListView is trying to expand its item which is empty.
Completed
Last Updated: 23 Sep 2015 13:09 by ADMIN
There are large number of items for the TreeList (for example 3000) and you have all them initially collapsed.
For example you could modify the IsExpandedBinding demo to have 3000 items.
Then scroll down so the row with Drinks and Count = 2194 is at the top of the control and expand it.
The result is that both that row and the row with Drinks and Count = 2199 expand.
Completed
Last Updated: 24 Jul 2015 09:53 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: TreeListView
Type: Bug Report
0

			
Declined
Last Updated: 08 Jul 2014 10:53 by ADMIN
Declined
Last Updated: 09 Apr 2014 08:48 by ADMIN
Created by: Trifelino
Comments: 1
Category: TreeListView
Type: Feature Request
0
Please help ... treelistview is inserting unwanted rows in between records.

Sample image attached and xaml code below ...

Please send sample application of treelistview that is working properly if possible.

Thanks.


trifee

             <telerik:RadTreeListView 
                ItemsSource="{Binding GetAccountsData.GetAccountLogParentAndChildData_Results, UpdateSourceTrigger=PropertyChanged}" 
                AutoGenerateColumns="False" 
                IsFilteringAllowed="False" 
                IsReadOnly="True"   
            >                                
                <telerik:RadTreeListView.ChildTableDefinitions>
                    <telerik:TreeListViewTableDefinition ItemsSource="{Binding Items}" />
                </telerik:RadTreeListView.ChildTableDefinitions>