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.
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.
Currently, setting HierarchyIndent property does not work as expected for nested rows.
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.
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>
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.
TreeListView root note collapses after scrolling.
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.
Reproducible on http://demos.telerik.com/silverlight/#TreeListView/TreeListViewDragAndDrop
Asynchronous mode for ExpandAllHierarchyItems()