Unplanned
Last Updated: 02 Oct 2018 11:13 by Didi
Unplanned
Last Updated: 29 Aug 2018 14:08 by ADMIN
Unplanned
Last Updated: 24 Aug 2018 09:58 by ADMIN
If you navigate away from the page containing the ListView and return back, an exception is raised.
Unplanned
Last Updated: 13 Aug 2018 13:25 by ADMIN
Unplanned
Last Updated: 09 Jul 2018 12:54 by Didi
Unplanned
Last Updated: 21 Jun 2018 13:07 by ADMIN
When reordering items in the ListView sometimes the user might want the item to go to the end of a long list. It is not possible, because the ListView does not scroll while dragging the item.
Unplanned
Last Updated: 21 Jun 2018 13:05 by ADMIN
In case you lower down the number of items, the RadListView control would not lower its height in situations where you expect this to happen.
Unplanned
Last Updated: 18 Jun 2018 08:24 by ADMIN
When reordering items with multiple selection enabled, in some cases on iOS platform, the selection is messed up.
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
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
Workaround: Use Grid with column width or row height * instead of StackLayout
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ListView
Type: Bug Report
1
There is free space after the last item when there are only 2 string items visualized.
Unplanned
Last Updated: 29 Mar 2018 11:52 by ADMIN
When you drag an item and want to drop it after the visible items the ListView should auto scroll.

This works with a vertical orientation.
Unplanned
Last Updated: 29 Mar 2018 11:25 by ADMIN
Unplanned
Last Updated: 19 Mar 2018 12:19 by ADMIN
ADMIN
Created by: Lance | Senior Manager Technical Support
Comments: 1
Category: ListView
Type: Bug Report
0
Client-reported issue with RadListView, request exception to be handled internally.

To reproduce:

Using RadListView' Getting Started example ViewModel and Model, the following will throw NullPointerException when ItemsSource is populated:

<telerikDataControls:RadListView ItemsSource="{Binding Source}" >
            <telerikDataControls:RadListView.ItemTemplate>
                <DataTemplate>
                    <listView:ListViewTemplateCell>
                        <listView:ListViewTemplateCell.View>
                            
                        </listView:ListViewTemplateCell.View>
                    </listView:ListViewTemplateCell>
                </DataTemplate>
            </telerikDataControls:RadListView.ItemTemplate>
</telerikDataControls:RadListView>




Unplanned
Last Updated: 26 Feb 2018 10:52 by ADMIN
If you scroll the ListView to a specific position in Android, switch to another view and get back to the ListView -> the position is preserved. This is not the behavior on iOS. We need to unify the behavior and introduce such action in iOS.
Unplanned
Last Updated: 26 Feb 2018 10:51 by ADMIN