Declined
Last Updated: 09 Apr 2014 08:48 by ADMIN
Trifelino
Created on: 01 Apr 2014 19:52
Category: TreeListView
Type: Feature Request
0
treelistview inserting unwanted rows in between records
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>
1 comment
ADMIN
Yoan
Posted on: 09 Apr 2014 08:47
As you have clarified in our support communication, the problem was related to your data structure. Please keep in mind that RadTreeListView is designed to work with homogeneous data.