Unplanned
Last Updated: 16 Nov 2018 14:49 by ADMIN
I've attached a sample solution to demonstrate the issue. Try to run it. When you try to type into the entry inside of the list view there are several strange aspects

1. It's not possible to put spaces
2. When you type quickly the cursor will start jumping arbitrarily. It might even jump to front, or delete the whole text. 

This behavior happens only on UWP. 
Unplanned
Last Updated: 22 Oct 2018 09:57 by ADMIN
Completed
Last Updated: 21 Jan 2019 06:01 by ADMIN
Completed
Last Updated: 20 Mar 2020 13:22 by ADMIN
Release 2020.1.313 (R1 2020 minor release)
As soon the user tries to swipe more than one list item at the same time on iOS, the swiping functionality is not properly handled/
Unplanned
Last Updated: 29 Aug 2018 06:35 by ADMIN
Completed
Last Updated: 18 Oct 2018 11:51 by ADMIN
Completed
Last Updated: 09 Nov 2018 13:44 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 09 Nov 2018 13:46 by ADMIN
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Completed
Last Updated: 18 Sep 2019 08:48 by ADMIN
Release R3 2019
Created by: Rob
Comments: 0
Category: ListView
Type: Bug Report
1
When setting HorizontalItemSpacing or VerticalItemSpacing to the layout, the item spacing appears to be applied twice to the item. 
When setting BackgroundColor to the ItemStyle the background leaks beyond the boundaries of the item.
Completed
Last Updated: 13 Apr 2021 11:57 by ADMIN
Release 2021.1.413 (R1 2021 minor release)
If ListView has PressedItemStyle defined and the end user holds onto any control, such as Label, for example, placed outside ListView, the PressedItemStyle is applied to all items. Can only be reproduced on Android.
Completed
Last Updated: 13 May 2020 13:14 by ADMIN
Release R2 2020
Currently, the behaviors differ in Android/iOS and UWP. In UWP you can have an empty collection and the LoadOnDemand will trigger when you open the page with the ListView, in iOS/Android you need to have some items in the collection for the LoadOnDemand event to trigger.
Completed
Last Updated: 03 Jun 2019 14:33 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Created by: Sean
Comments: 0
Category: ListView
Type: Bug Report
1
When entering a value into an entry in the TemplateCell it is not scrolling up the ListView to allow view of the entry.  This causes the soft keyboard to overlap the entry and the user cannot view what they are entering. 
Completed
Last Updated: 20 Feb 2019 13:54 by ADMIN
NullReferenceException is thrown when navigating back from a page with ListView and Prism Navigation is used.
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
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: 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: 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>

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.