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.