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>
Completed
Last Updated: 21 Feb 2014 10:27 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: TreeListView
Type: Bug Report
6
TreeListView root note collapses after scrolling.
1 2 3 4 5