Unplanned
Last Updated: 26 Feb 2018 10:51 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: ListView
Type: Feature Request
1

			
Unplanned
Last Updated: 26 Feb 2018 10:51 by ADMIN
Completed
Last Updated: 26 Feb 2018 10:51 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: ListView
Type: Bug Report
0
The item reorder works on mobile, but not Desktop.
Available in the R1 2018 release.
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: 26 Feb 2018 10:50 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: ListView
Type: Bug Report
1
On Android, when grouping with IsItemSwipeEnabled=True, the Group Header is accidentally swipe-able and reveals the ItemSwipeContent.

The issue is presenting on Android, but not iOS (UWP unknown)

v 2017.2.818.234
Completed
Last Updated: 26 Feb 2018 10:50 by ADMIN
ADMIN
Created by: Georgi
Comments: 0
Category: ListView
Type: Bug Report
0
Available in minor release 2017.2.0818. It will also be available in the R3 2017 release.
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: 26 Feb 2018 10:49 by ADMIN
You can reproduce the issue with the SDK example http://docs.telerik.com/devtools/xamarin/controls/listview/gestures/listview-gestures-cell-swipe.

In UWP everything looks fine, but in Android both labels of the item swipe template appears.
Unplanned
Last Updated: 26 Feb 2018 10:33 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: ListView
Type: Bug Report
0
When setting LineSeries StrokeThickness value in the PCL project (XAML or code-behind), it is not respected at runtime in the iOS project.

For now, the workaround is to use a custom renderer to reset the TKLineSeries's Palette with a new  TKPaletteItem containing a TKStroke with the preferred thickness value.
Completed
Last Updated: 21 Feb 2018 11:27 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 0
Category: ListView
Type: Feature Request
1
Provide GroupItem tapped event and unify the life cycle of item tapped. Currently, item tapped is raised on Android but not on iOS.

Available in the R1 2018 SP release.

More information: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-events
Completed
Last Updated: 21 Feb 2018 09:11 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 2
Category: ListView
Type: Feature Request
3
Provide a notification mechanism when the user holds on a specific item.

Available in the R1 2018 SP release. More information: https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-events
Completed
Last Updated: 21 Feb 2018 08:59 by Ali
Expose API allowing users to change the style of the dragged item(s).

Available in the R1 2018 SP release.
More information you can find here: 
https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-events
https://docs.telerik.com/devtools/xamarin/controls/listview/features/listview-features-styling
Unplanned
Last Updated: 24 Jan 2018 07:32 by ADMIN
Completed
Last Updated: 18 Jan 2018 13:14 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 2
Category: ListView
Type: Bug Report
1

			
Unplanned
Last Updated: 07 Dec 2017 09:57 by ADMIN
When you have an Image inside the ListViewTemplateCell like this:

<telerikListView:ListViewTemplateCell>
    <telerikListView:ListViewTemplateCell.View>                         
                <Image Source="{Binding ImageSrc}" HorizontalOptions="Center" VerticalOptions="Start" />               
    </telerikListView:ListViewTemplateCell.View>
</telerikListView:ListViewTemplateCell>

in certain cases not all images are initially rendered.  As soon as you click any of the images, all of them are loaded.

As a workaround, avoid setting HorizontalOptions/VerticalOptions properties to the Image.


Unplanned
Last Updated: 09 Nov 2017 15:30 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: ListView
Type: Feature Request
2
We should consider adding such behavior where if the user clicks on the currently selected item -> it is not deselected. Currently, there is a workaround by working with the SelectedItems collection , keeping reference of the latest selected item and programmatically selecting it in case the collection is empty. 
Completed
Last Updated: 18 Oct 2017 15:04 by ADMIN
When you have set a group header template to the ListView and you rotate the Android device from Portrait to Landscape, the group headers that fail within the visible field are cut off.

Edit: Avalable in R3 2017 SP release.
Unplanned
Last Updated: 01 Sep 2017 13:09 by ADMIN
When you have placed the ListView within a StackLayout and the number of items is greater than what the screen can fit, the following undesired effects are observed:

in Android: The last item is cut off 

in iOS: You are not able to scroll down the list and it always bounces back to the original view
Completed
Last Updated: 21 Jul 2017 14:20 by Amitesh
ADMIN
Created by: Tsvyatko
Comments: 1
Category: ListView
Type: Feature Request
5
Enable easier access to selected items in the Viewmodel in MVVM scenarios through bindable readonly property.

Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
Unplanned
Last Updated: 21 Jul 2017 08:08 by ADMIN
In a scenario where the RadListView is added to and removed from the visual tree multiple times, a memory leak occurs and the gref count always increases.