Completed
Last Updated: 19 Feb 2020 15:58 by ADMIN
Release R1 2020 SP1
If EndItemSwipe() is called inside the ItemSwiping event handler, the ItemSwiping event continues to occur on iOS until the user physically ends the swipe gesture.
Unplanned
Last Updated: 09 Nov 2020 10:48 by ADMIN
When ListView is grouped with sticky group headers enabled, and items have dynamic size in order to adjust their content, the ListView is not rendered correctly when scrolled.
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019

If you have a more complex HeaderTemplate containing input controls, each button placed after a certain position does not fire its Click event.  If a button is placed at the top of the template, it functions properly.

Completed
Last Updated: 18 Mar 2019 15:51 by ADMIN
When an ItemTemplateSelector is applied to the ListView, the item must be refreshed on each property change, to give the ItemTemplateSelector a chance to re-evaluate its logic. This causes the item to flicker on iOS, because it appears with its default size initially, and then it gets resized during the measure/layout phase. Specifying a fixed ItemLength in the LayoutDefinition can work around the problem, if dynamic item sizing is not needed.
Completed
Last Updated: 03 Jun 2019 14:40 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
NullReferenceException is thrown on item property change when ItemStyleSelector is applied
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ListView
Type: Bug Report
1
There is free space after the last item when there are only 2 string items visualized.
Completed
Last Updated: 22 Oct 2020 15:32 by ADMIN
Release R3 2020 SP1
Cannot access a disposed object exception on Samsung Galaxy 8 and Galaxy 10
Completed
Last Updated: 06 Jun 2019 14:59 by ADMIN
Release R2 2019

Hi,

On Android, I am using a DataTemplateSelector and a DataTemplate that has a switch on it that the user can press. When the user presses the switch the ListView starts corrupting the data in the list. The item being interacting with starts appearing in other locations on the list.

This issue can be reproduced in the Telerik SDKBrowser project.

Select the following : ListView -> Cell Types -> Template Cell Selector - Xaml

Mark Item1 as special using the button. Scroll down and you will see that an item in the list has been replaced by Item 1 which is now in the list twice.

Regards

Anthony

 

Unplanned
Last Updated: 26 Feb 2018 10:52 by ADMIN
If you scroll the ListView to a specific position in Android, switch to another view and get back to the ListView -> the position is preserved. This is not the behavior on iOS. We need to unify the behavior and introduce such action in iOS.
Unplanned
Last Updated: 26 Feb 2018 10:50 by ADMIN
In multiple selection scenarios with ItemSwipeContent when the item is swiped, the selection indicator hides the content of the list item.
Unplanned
Last Updated: 16 Apr 2019 12:28 by ADMIN

The RadListView control changes its scroll position to the Top of the control when expand/collapse groups or toggling the layout

Unplanned
Last Updated: 01 Aug 2019 14:52 by ADMIN
Created by: Afi
Comments: 0
Category: ListView
Type: Feature Request
1
Expose GroupHeaderTemplate Selector property as ItemTemplateSelector property
Completed
Last Updated: 07 Dec 2020 16:10 by ADMIN
Release 2020.3.1207 (R3 2020 minor release)

Changing a property on an item that is involved with grouping and sorting and then removing and re-adding the item to the collection results in the list being in an invalid state (e.g. duplicate items, incorrect template, etc.)

Error message can be reproduced on iPhone 11 Simulator iOS 13.6 

[UICollectionView] Invalid update: invalid number of items in section 0.  The number of items contained in an existing section after the update (4) must be equal to the number of items contained in that section before the update (4), plus or minus the number of items inserted or deleted from that section (1 inserted, 0 deleted) and plus or minus the number of items moved into or out of that section (0 moved in, 0 moved out). - will perform reloadData. UICollectionView instance: <TKCollectionView: 0x7f8525b86600; baseClass = UICollectionView; frame = (0 0; 414 725); clipsToBounds = YES; autoresize = W+H; gestureRecognizers = <NSArray: 0x600001232bb0>; layer = <CALayer: 0x6000019b0520>; contentOffset: {0, 0}; contentSize: {414, 453}; adjustedContentInset: {0, 0, 0, 0}; layout: <TKListViewLinearLayout: 0x7f8524f5e400>; dataSource: <Telerik_XamarinForms_DataControlsRenderer_iOS_TKExtendedListView: 0x7f8524f5b590; frame = (0 0; 414 725); layer =
 <CALayer: 0x6000019b03a0>>>; currentUpdate: [UICollectionViewUpdate - 0x7f8526897fc0: old:<UICollectionViewData: 0x6000025f4000> new<UICollectionViewData: 0x6000025f47e0> items:<(
    "I(0,3)"
)>]

 

Completed
Last Updated: 21 May 2018 13:03 by ADMIN
The grouping does not work in Android if you do not use simple type properties to group the items. In UWP everything works fine, in iOS I have not tested the scenario. I added a demo solution to test the issue.

Available in the R2 2018 release.
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
Reordering items in the ListView causes the CollectionChanged event to be triggered with Remove and then Add action instead of just Move action
Unplanned
Last Updated: 23 May 2019 10:26 by ADMIN

When you have some kind of image - CachedImage, FFimage, XF Image, within the ItemTemplate of the RadListView and you want to use the ItemSwipe functionality - the items constantly flicker. 

If you set a constant height to the listView item - the issue is not observed:

<dataControls:RadListView.LayoutDefinition>
    <listView:ListViewLinearLayout ItemLength="50"/>

</dataControls:RadListView.LayoutDefinition>

Completed
Last Updated: 26 Feb 2018 10:50 by N Mackay
ADMIN
Created by: Georgi
Comments: 1
Category: ListView
Type: Bug Report
1
First the control is loaded, then operations (like grouping) are applied and this leads to flickering.

Available in minor release 2017.3.1103. It will also be available in the R1 2018 release.
Unplanned
Last Updated: 04 Jun 2019 13:36 by ADMIN
the items are reordered when DelegateFilterDescriptor is used and a property from the business object is changed. 
Completed
Last Updated: 20 Mar 2020 13:22 by ADMIN
Release 2020.1.313 (R1 2020 minor release)
When you try to swipe several items at once by using more than 1 finger - the items are stuck and the space where the ItemSwipe content should be present is left blank. The issue can also be observed if you swipe items very fast. 
Completed
Last Updated: 13 May 2020 13:14 by ADMIN
Release R2 2020
When LoadOnDemand feature is enabled and you're using LoadOnDemand event to add more items asynchronously, the loading indicator is not shown and it is not clear to the end user that any action is currently processed.