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
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.
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: 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
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. 
Unplanned
Last Updated: 26 Jun 2017 14:41 by ADMIN
1 2 3 4 5