Declined
Last Updated: 29 May 2018 15:32 by ADMIN
ListView: ListViewItem's BindingContext is not updated correctly when deleting items 
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: 21 May 2018 13:07 by ADMIN
Completed
Last Updated: 21 May 2018 13:06 by ADMIN
Available in the R2 2018 release.
Completed
Last Updated: 21 May 2018 13:04 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 1
Category: ListView
Type: Feature Request
1
Add support for GroupKey of ListView to be complex object, allowing to display more complex information in the group headers.

Available in the R2 2018 release.
Completed
Last Updated: 21 May 2018 13:03 by ADMIN
The grouping does not work in Android if you do not use simple type properties to group the items. In UWP everything works fine, in iOS I have not tested the scenario. I added a demo solution to test the issue.

Available in the R2 2018 release.
Completed
Last Updated: 21 May 2018 13:02 by N Mackay
ADMIN
Created by: Rosy Topchiyska
Comments: 1
Category: ListView
Type: Feature Request
4
Add support for expand/collapse functionality for ListView groups.

Available in the R2 2018 release.
Completed
Last Updated: 21 May 2018 13:00 by ADMIN
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).
Unplanned
Last Updated: 11 Apr 2018 15:34 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 0
Category: ListView
Type: Bug Report
1
See this recording of the issue at runtime: https://www.screencast.com/t/EMOdMqs2yX 

Use the following to replicate:

<telerikDataControls:RadListView x:Name="listView"
                                 IsItemsReorderEnabled="True"
                                 SelectionMode="None">
    <telerikDataControls:RadListView.LayoutDefinition>
        <listView:ListViewLinearLayout Orientation="Horizontal" 
                                       HorizontalItemSpacing="10" 
                                       VerticalItemSpacing="0"/>
    </telerikDataControls:RadListView.LayoutDefinition>
</telerikDataControls:RadListView>
Unplanned
Last Updated: 11 Apr 2018 07:10 by ADMIN
Unplanned
Last Updated: 10 Apr 2018 11:25 by ADMIN
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: 05 Apr 2018 08:27 by Sheng Kuo
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: ListView
Type: Feature Request
1
Expose events for the Items reorder API
Unplanned
Last Updated: 03 Apr 2018 11:13 by ADMIN
Created by: Elad
Comments: 3
Category: ListView
Type: Feature Request
1
better way to gain performance using FastCell, take a look here:
https://github.com/twintechs/TwinTechsFormsLib
Completed
Last Updated: 03 Apr 2018 07:09 by ADMIN
ADMIN
Created by: Rosy Topchiyska
Comments: 8
Category: ListView
Type: Feature Request
14
Add support for ListView item template selector.

Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
Reordering items in the ListView causes the CollectionChanged event to be triggered with Remove and then Add action instead of just Move action
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
The UWP ListViewRenderer does not provide API to provide your own implementation of the native list view. This will be very useful if you need to add some custom logic in the native control.
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
Workaround: Use Grid with column width or row height * instead of StackLayout
Unplanned
Last Updated: 29 Mar 2018 11:52 by Mikas
ADMIN
Created by: Ves
Comments: 1
Category: ListView
Type: Feature Request
4
Implement OData support in RadListView