Declined
Last Updated: 28 Oct 2015 09:41 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: TreeListView
Type: Feature Request
3

			
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>
Declined
Last Updated: 07 Sep 2016 07:31 by ADMIN