Completed
Last Updated: 13 May 2020 13:13 by ADMIN
Release R2 2020
FooterTemplate is not displayed correctly
Completed
Last Updated: 13 May 2020 13:13 by ADMIN
Release R2 2020

ListViewLoadOnDemandCollection method is not triggering in iOS automatically when there is a need to display the items on the screen. We have to manually scroll the list view then the ListViewLoadOnDemandCollection triggers and give further data to show. 

Things are working fine on Android platform.

Completed
Last Updated: 13 May 2020 13:13 by ADMIN
Release R2 2020
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 2
Category: ListView
Type: Bug Report
3
The LoadOnDemandItemTemplate's HorizontalOptions setting is ignored on Android, it will always be left aligned.

See this screenshot for comparison of 3 target platforms side-by-side: https://www.screencast.com/t/K5oWBcP0dLQM

The DataTemplate is as follows:
<telerikDataControls:RadListView.LoadOnDemandItemTemplate>
    <DataTemplate>
        <Grid BackgroundColor="Red" 
                   HorizontalOptions="End">
             <Label FontSize="24"
                         HorizontalOptions="End"
                         Text="Load more items"
                         TextColor="Black" />
        </Grid>
    </DataTemplate>
</telerikDataControls:RadListView.LoadOnDemandItemTemplate>
Unplanned
Last Updated: 28 Apr 2020 11:10 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: ListView
Type: Feature Request
3

Allow customers to enable the animations of the native control when items are being inserted, moved, deleted or the entire data reloaded.

native iOS ListView animations: https://docs.telerik.com/devtools/xamarin/nativecontrols/ios/listview/animations

native android ListView animations: https://docs.telerik.com/devtools/xamarin/nativecontrols/android/listview/listview-itemanimations

Unplanned
Last Updated: 22 Apr 2020 02:22 by Mauricio
Created by: Mauricio
Comments: 2
Category: ListView
Type: Feature Request
2
I have the need to hide the horizontal scroll bar in the lists
Unplanned
Last Updated: 15 Apr 2020 12:27 by ADMIN
When the SwipeOffset property is set at a later stage, the cell will be moved beyond the offset. 
Unplanned
Last Updated: 15 Apr 2020 11:51 by ADMIN
Created by: Marginpoint
Comments: 0
Category: ListView
Type: Feature Request
2
The current behavior: When user swipes till the SwipeOffset, in our app it's restricted to 120, then a delete button will be visible at the extreme right of the cell with width=120. User can delete the item record from the ListView by clicking on this delete button. This is one way of item deletion.

We want to achieve another way to delete the item - when swiping beyond the offset 120, till the end of the cell, and it will automatically triggers the delete event.
Unplanned
Last Updated: 09 Apr 2020 08:37 by ADMIN
Created by: Joshua
Comments: 1
Category: ListView
Type: Feature Request
1

Does the RadListView control support snap scrolling? I could not find any documentation on this. 

  • Snap scrolling is when a user swipes to initiate a scroll, the end position of the scroll can be controlled so that items are fully displayed. This feature is known as snapping, because items snap to position when scrolling stops.
Unplanned
Last Updated: 01 Apr 2020 14:00 by ADMIN
We are experiencing a hard crash when updating a collection that is the source for a RadListView.   This appears to only occur in Android 10 on Samsung device with Bixby Button enabled.   
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/
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. 
Unplanned
Last Updated: 12 Mar 2020 10:51 by ADMIN
Created by: Manoj
Comments: 0
Category: ListView
Type: Feature Request
0

The staggered layout lays out items in a staggered grid formation. the layout is available as follow:

Telerik Ui for Xamarin.iOS ListView

Telerik UI for Xamarin.Android ListView

Telerik UI for UWP ListView

Unplanned
Last Updated: 20 Feb 2020 09:25 by ADMIN
Provide a solution for Re-positioning of vertical scroll bar on IOS, or hide it at all.
Completed
Last Updated: 19 Feb 2020 16:26 by ADMIN
Release R1 2020 SP1
ADMIN
Created by: Rosy Topchiyska
Comments: 8
Category: ListView
Type: Feature Request
24
On UWP and Android the item can be swiped beyond the SwipeOffset property. Add option to restrict the swiped distance to the SwipeOffset value.
Completed
Last Updated: 19 Feb 2020 16:24 by ADMIN
Release R1 2020 SP1
ADMIN
Created by: Nikolay
Comments: 5
Category: ListView
Type: Bug Report
4
This can be reproduced in the SDK examples ->ListView -> Gestures -> CellSwipeEvents. 
1. Change the content of the items so that they have uneven height
2. Scroll down 
3. Delete an item by swiping
-> Expected result : The items re-arrange correctly
-> Actual result : The item is deleted but the ListView is scrolled up when the UI is updated
Completed
Last Updated: 19 Feb 2020 16:22 by ADMIN
Release R1 2020 SP1
When LoadOnDemand event have loaded its data then there is some kind of jumping down through the new items while scrolling. 
Completed
Last Updated: 19 Feb 2020 16:13 by ADMIN
Release R1 2020 SP1
Created by: Safan
Comments: 0
Category: ListView
Type: Bug Report
13
When the ListView has more items, it could be vertically scrolled, however, there is no UI for vertical scrollbar on Android.  The same can be observed with RadTreeView control.
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.
Completed
Last Updated: 19 Feb 2020 15:47 by ADMIN
Release R1 2020 SP1
Flickering occurs after the RadListView is refreshed. The issue is observed with v 2019.1.116.1 of Telerik UI for Xamarin.
Completed
Last Updated: 19 Feb 2020 15:30 by ADMIN
Release R1 2020 SP1
ADMIN
Created by: Nikolay Demirev
Comments: 1
Category: ListView
Type: Feature Request
12
Provide API which enables the group headers to remain in the view when scrolling until the next ones push them away.