Completed
Last Updated: 31 Jan 2019 15:45 by ADMIN
Calling ScrollIntoView method does not affect the scroll position of RadListView when the control is placed inside NavigationPage
Completed
Last Updated: 21 May 2018 13:14 by ADMIN
Steps to reproduce:
1. Re-Order an item in the list.
2. Add some items to said list,
3. and then Re-order again.
4. An "ArgumentOutOfRangeException" is thrown

Available in the R2 2018 release.
Completed
Last Updated: 18 Oct 2018 11:47 by ADMIN
ADMIN
Created by: Stefan Nenchev
Comments: 0
Category: ListView
Type: Bug Report
0
Available in the R3 2018 SP release.
Completed
Last Updated: 03 May 2018 14:07 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: ListView
Type: Feature Request
0
Currently there is not a documentation page explaining how to use RadListView commands. This is a request to add such a page, with examples and Command IDs (similar to DataGrid's Command's article).
Completed
Last Updated: 20 Jun 2018 13:59 by ADMIN
Available in the R2 2018 SP release.
Completed
Last Updated: 05 Apr 2018 11:34 by ADMIN
ListView: [UWP]Reorderng by dragging input controls triggers NullReferenceException.

Available in minor release 2018.1.405. It will also be available in the R2 2018 release.
Completed
Last Updated: 15 Mar 2018 14:27 by ADMIN
Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Completed
Last Updated: 23 Oct 2019 12:21 by ADMIN
Release R2 2018
ADMIN
Created by: Stefan Nenchev
Comments: 2
Category: ListView
Type: Feature Request
1
Available in the R2 2018 release.
Completed
Last Updated: 21 May 2018 13:07 by ADMIN
Completed
Last Updated: 21 May 2018 13:00 by ADMIN
Completed
Last Updated: 26 Feb 2018 10:52 by ADMIN
If you use an enum property in the PropertyGroupDescriptor, an Objective-C exception is thrown in iOS. 

Workaround: Use an additional string property that will return a string value based on the enum value.

Available in the R1 2018 release. 
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: 02 Nov 2018 08:53 by Shalin
If you have set a custom LoadOndemandItemTemplate when the ListView is in manual LoadOnDemand mode, once you click the Load More button - it gets invisible. Clicking on the area where the button should be is working, though.

Available in the R2 2018 release.
Completed
Last Updated: 21 May 2018 13:06 by ADMIN
Available in the R2 2018 release.
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>
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.
Completed
Last Updated: 26 Feb 2018 10:52 by ADMIN
When you have enabled multiple selection of the RadListView and are using the LoadOnDemand manual functionality, a check box appears on the "Load More" item as well.

Available in the R3 2017 SP release.
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.
Completed
Last Updated: 20 Jun 2018 14:16 by ADMIN
The first one is with action Reset and it is not expected. Note that this cannot be reproduced with Multiple selection.

Available in the 2018 R2 SP release.
Completed
Last Updated: 27 Jun 2017 10:14 by ADMIN
Reproducible on Android 6.0  or higher.