ListView: ListViewItem's BindingContext is not updated correctly when deleting items
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.
Available in the R2 2018 release.
Available in the R2 2018 release.
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.
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.
Add support for expand/collapse functionality for ListView groups. Available in the R2 2018 release.
Available in the R2 2018 release.
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).
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>
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.
Expose events for the Items reorder API
better way to gain performance using FastCell, take a look here: https://github.com/twintechs/TwinTechsFormsLib
Add support for ListView item template selector. Available in minor release 2017.2.0721. It will also be available in the R3 2017 release.
Reordering items in the ListView causes the CollectionChanged event to be triggered with Remove and then Add action instead of just Move action
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.
Workaround: Use Grid with column width or row height * instead of StackLayout