Completed
Last Updated: 24 Jun 2020 12:09 by ADMIN
Release R2 2020 SP

I am using treeview loadondemand, doing an api call for every node that I open. I noticed that when I tried to open an item with 33 children object, it hangs the application.

The issue occurs when TreeViewItemTemplate is used.

Without the itemtemplate no issues.

Completed
Last Updated: 13 May 2020 13:16 by ADMIN
Release R2 2020

Above the TreeView there is a Telerik.SegmentedControl, with two segments. If I click on one of the segments the ItemsSource of the TreeView gets updated by using .Add() or Remove() of the ObservableCollection.

If every Segment is called for the first time there is no problem. But if I want to clear all Items and display the empty treeView I get the following Exception.
Java.Lang.IndexOutOfBoundsException: 'Inconsistency detected. Invalid item position 0(offset:-1).state:14 md5a5af569a83c1a3f5c3a8a63bd7d39860.RadExtendedListView{c6376f1 VFED..... ........ 0,0-1200,840 #5}, adapter:com.telerik.widget.list.ListViewWrapperAdapter@b30041b, layout:android.support.v7.widget.LinearLayoutManager@3fd42d6, context:md5db22775bb305bf9756607f4261793d51.MainActivity@1d6cd4f

Completed
Last Updated: 13 May 2020 13:03 by ADMIN
Release R2 2020
If items are loaded on demand and treeview is placed inside StackLayout, when collapsing and expanding items, at some point the rendering is messed up.
Completed
Last Updated: 19 Feb 2020 16:04 by ADMIN
Release R1 2020 SP1
Created by: Safan
Comments: 0
Category: TreeView
Type: Bug Report
11
When you have longer text shown in TreeView items and it is wrapped in 2 or 3 rows, the text is clipped incorrectly.
Completed
Last Updated: 19 Feb 2020 16:03 by ADMIN
Release R1 2020 SP1
Created by: Cleanwatts
Comments: 0
Category: TreeView
Type: Bug Report
12
Currently if the TreeView has deeper hierarchy or items with longer text, the end user will not be able to scroll horizontally.
Completed
Last Updated: 19 Feb 2020 16:00 by ADMIN
Release R1 2020 SP1
When we remove the last item from the observable collection we get an unhandled exception like this:

"Attempt to delete item 0 from section 0 which only contains 0 items before the update"
Completed
Last Updated: 15 Jan 2020 12:10 by ADMIN
Release R1 2020
When you have custom ItemTemplates defined with different height, scrolling up through the items causes flickering, also you cannot scroll down to display all the items.
Completed
Last Updated: 19 Nov 2019 12:07 by ADMIN
Release 2019.3.1119 (R3 2019 minor release)
When using MvvmCross framework to load data when the View appears on the screen the ListView cannot be scrolled. It starts jumping rapidly instead.

Workaround:
Load the data in the constructor of the respective ViewModel instead inside its ViewAppearing() method.
Completed
Last Updated: 23 Oct 2019 12:26 by ADMIN
Release R3 2019 SP
when custom renderer is registered, it is not applied to the TreeView control. The default one overrides the custom one.
Completed
Last Updated: 23 Sep 2019 18:31 by ADMIN
Release R3 2019
When the custom ItemTemplate sets bigger value of its Height e.g. more than 44 pixels, the content of the UITreeViewCell is not sized correctly. Only the cell gets the correct value.
Completed
Last Updated: 28 Aug 2019 10:14 by ADMIN
Release 2019.2.708 (R2 2019 minor release)
When there is custom template applied that hosts multiple rows of UI components with total height greater than 44, the template is not measured correctly, leading to wrong visualization.
Completed
Last Updated: 19 Jun 2019 12:47 by ADMIN
Release R2 2019 SP1
When TreeView has a source with more than 120 items and is placed inside a StackLayout, it is not properly rendered (Layout Cycle Detected exception is raised).
Completed
Last Updated: 03 Jun 2019 14:33 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
When the collection set as ItemsSource of the TreeView is cleared and new item is added, an exception of type NSInternalInconsistencyException is raised on iOS.
Also clearing the ItemsSource is not reflected in TreeView.
Completed
Last Updated: 03 Jun 2019 14:33 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Created by: Safan
Comments: 0
Category: TreeView
Type: Bug Report
0
If the control is not yet visualized on the screen and the method is invoked an exception is thrown.
Completed
Last Updated: 18 Mar 2019 15:52 by ADMIN
When we have grouping enabled and 2 properties with same name (i.e. TestId and TestID), the ListView is not rendering (or at least not showing any records)
Completed
Last Updated: 20 Feb 2019 12:49 by ADMIN
Created by: Shawn
Comments: 1
Category: TreeView
Type: Bug Report
0
Trying to collapse an item after reinitialization of the RadTreeView causes the exception. The scenario can easily be recreated if all items from the ItemsSource are removed one by one and then added again then expand and collapse an item.
Completed
Last Updated: 21 Jan 2019 06:00 by ADMIN
Calling TreeView's CheckItem method when the control is loaded, so that you mimic a "pre-checked" TreeView results in NullReferenceException in RadTreeView.Checkbox ToggleItem method.
Completed
Last Updated: 09 Nov 2018 13:46 by Olivier
When CollapseAll method is called, if the first element is out of the screen (after a scroll), the treeview crashes.

Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 17 Sep 2018 13:06 by ADMIN
Completed
Last Updated: 27 Jul 2018 11:09 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: TreeView
Type: Bug Report
0
Available in minor release 2018.2.727.250. It will also be available in the R3 2018 release.