Unplanned
Last Updated: 22 Jul 2019 12:29 by ADMIN
When using DataTemplates on the ListView for Android, items are constantly redrawn when data shown on the template is updated, this is obvious to the user as it flashes and doesn't look great. Note that the native ListView does not do this.
Unplanned
Last Updated: 05 Sep 2019 08:53 by ADMIN
When you initiate a swipe gesture and the SwipeContentTemplate is shown,  changing the device orientation from portrait to landscape, does not update the ListView layout and the swiped item width is incorrect.
Completed
Last Updated: 04 Oct 2019 14:46 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
Created by: Rajkumar
Comments: 0
Category: ListView
Type: Feature Request
0
Provide a GroupHeaderStyle which will allow users to apply background color and border styling to the group headers in a similar way as ItemStyle.
Declined
Last Updated: 15 Oct 2019 08:43 by ADMIN
Cell height is not being adjusted to show all the content. the text overflow and it overlap the cell below. It seems that dynamic size is not respected.
Unplanned
Last Updated: 01 Nov 2019 11:47 by ADMIN
Created by: Mayank
Comments: 0
Category: ListView
Type: Bug Report
0

Follow this tutorial https://docs.telerik.com/devtools/xamarin/controls/listview/listview-features-load-on-demand#loading-mode-with-collection 

It works on Android and iOS, but on UWP it is defaulting to Explicit mode and clicking the load button crashes the app.

Unplanned
Last Updated: 21 Jan 2020 07:39 by ADMIN
I have a listview with item templates in a modal popup but it is not visible on iOS simulator. On Android device it is OK.
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: 10 Jul 2020 08:31 by ADMIN
If you try to set/bind Zoom property of the Chart, the specified Zoom level is not taken into account
Declined
Last Updated: 20 Aug 2020 07:16 by ADMIN

Hello,

 

I receive often a NullReferenceException in ListViewGroupHeader ArrangeOverride method.

The error happens only in UWP.

Unfortunately, I cannot create a project to reproduce the error.

 

Best regards,

 

Unplanned
Last Updated: 10 Sep 2020 09:03 by ADMIN

When RadListView is in grid mode (SpanCount > 0), there is no spatial navigation with the keyboard.

Up and down arrows move the focused item, left and right arrows don't. (Also: it doesn't seem to be possible to style the focused item…)

Crude drawing:

 

Only the first column has keyboard navigation, up and down. It's invisible, though; internally, an item is focused and will execute ItemTap when pressing the return key, or will select the item when pressing the spacebar. That part is fine.

 

After clicking/tapping an item in any column after the first one and then pressing the down arrow, for example, we get this:

Pink is where we clicked/tapped, cyan is what's internally focused after pressing the down arrow. 

Please note again that focus != selection. 

 

Expected behavior:

  • Implementation/exposure of FocusedItemStyle
  • Left and right keyboard arrows should move focus spatially inside the grid; if RadListView is in 1-column (list) mode, Left == Up, Right == Down

 

Further suggestions:

  • Implementation/exposure of HoverItemStyle, for when the mouse pointer is over an item cell
  • (changed) ScrollItemIntoView(object item, boolean focusItemAfterScroll, boolean selectItemAfterScroll)
  • (new) FocusItem(object item) 
  • (new) SelectItem(object item) 
Unplanned
Last Updated: 10 Sep 2020 08:30 by ADMIN
Implementation/exposure of FocusedItemStyle
Implementation/exposure of HoverItemStyle, for when the mouse pointer is over an item cell
Declined
Last Updated: 02 Mar 2021 06:54 by ADMIN
Created by: Jason
Comments: 1
Category: ListView
Type: Bug Report
0

Hello, could you provide some guidance about the following situation....

 

I have a scenario using the RadListView that implements a PropertyGroupDescriptor for a property attached to my ObservableCollection<T>, where the property that it is monitoring is string value.  The dataset is designed that it may have only one grouping before an item is selected them the dataset will have two different groupings.  One the data changes, the ListView updates to show that there are two different groups but the group header doesn't change and neither does the cell content.  If I click on the GroupHeader of the new section, then it updates to reflect the change in data.  Is there a way to get the data to change in the Listview with some kind of Refresh so it stays up to date with the data.

Seeing it on iOS right now.

 

Thanks

Unplanned
Last Updated: 04 Mar 2021 09:50 by ADMIN
I need to change the icon displayed in the activity indicator, its width and height, and display some text.
Unplanned
Last Updated: 17 Mar 2021 08:57 by ADMIN

Telerik RadListView with two Columns - they are Thumbnails with a tap gesture. When we change the Spancount to 1 there is no right border line but when set back to 2 it shows as the screenshot on IOS, 

The issue happens on iPhone 11, XR, devices with a notch, and when ListViewGridLayout is with SpanCount="2".



Workaround: Set the background color of the ListViewItemStyle to Transparent

<telerikDataControls:RadListView.ItemStyle>
    <telerikListView:ListViewItemStyle BorderWidth="0" 
                                        BackgroundColor="Transparent"/>
</telerikDataControls:RadListView.ItemStyle>

 

Unplanned
Last Updated: 22 Jun 2021 09:27 by ADMIN
When dismissing the swipe by swiping to close, the ItemTap event is fired on Android.  
Declined
Last Updated: 10 Feb 2022 07:55 by ADMIN
Created by: Adrian
Comments: 6
Category: ListView
Type: Bug Report
0
ListView was always refreshing smooth but when was installed from app store the listvew refreshes not smooth at all
Unplanned
Last Updated: 19 Jan 2022 11:07 by ADMIN
a memory leak occurs when the control is inside a TabView.

Workaround: 
Set IsContentPreserved property to the TabView control
Declined
Last Updated: 31 Jan 2024 09:22 by ADMIN
Created by: Robert
Comments: 12
Category: ListView
Type: Bug Report
0

This is from our production app. Cannot reproduce it, don't know exactly when or why it happens; we just have crashes logged to have happened to 9 users in the past year with a total of 30 occurences.

These are unhandled UWP exceptions, which mean that our app goes poof :)

System.ArgumentException: Value does not fall within the expected range at
System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException(Object) + 0xf     at
Telerik.UI.Xaml.Controls.Data.ListView.Model.BaseLayoutStrategy.RecycleLocally() + 0x320     at Telerik.UI.Xaml.Controls.Data.ListView.Model.BaseLayoutStrategy.MeasureContent(RadSize, Double, Double) + 0xd     at Telerik.UI.Xaml.Controls.Data.ListView.Model.LayoutController.MeasureVertical(RadSize) + 0x1b9     at Telerik.UI.Xaml.Controls.Data.ListView.Model.LayoutController.MeasureContent(RadSize) + 0x42     at Telerik.UI.Xaml.Controls.Data.ListViewModel.MeasureContent(RadSize) + 0x2e     at Telerik.UI.Xaml.Controls.Data.RadListView.OnContentPanelMeasure(RadSize) + 0x17f     at Telerik.UI.Xaml.Controls.Data.ListView.ListViewPanel.MeasureOverride(Size) + 0x60     at Windows.UI.Xaml.FrameworkElement.global::Windows.UI.Xaml.IFrameworkElementOverrides.MeasureOverride(Size) + 0x26

 

System.ArgumentException: An item with the same key has already been added    at
System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException(Object) + 0xf     at Telerik.UI.Xaml.Controls.Data.ListView.Model.BaseLayoutStrategy.RecycleLocally() + 0x320     at Telerik.UI.Xaml.Controls.Data.ListView.Model.BaseLayoutStrategy.MeasureContent(RadSize, Double, Double) + 0xd     at Telerik.UI.Xaml.Controls.Data.ListView.Model.LayoutController.MeasureVertical(RadSize) + 0x1b9     at Telerik.UI.Xaml.Controls.Data.ListView.Model.LayoutController.MeasureContent(RadSize) + 0x42     at Telerik.UI.Xaml.Controls.Data.ListViewModel.MeasureContent(RadSize) + 0x2e     at Telerik.UI.Xaml.Controls.Data.RadListView.OnContentPanelMeasure(RadSize) + 0x17f     at Telerik.UI.Xaml.Controls.Data.ListView.ListViewPanel.MeasureOverride(Size) + 0x60     at Windows.UI.Xaml.FrameworkElement.global::Windows.UI.Xaml.IFrameworkElementOverrides.MeasureOverride(Size) + 0x26

Completed
Last Updated: 09 Nov 2022 15:50 by ADMIN
Release R3 2022 SP1
Null Reference Exception is thrown when the ListView is initially grouped with more than 1 group descriptor and then the control is populated using Range Observable collection. 
Unplanned
Last Updated: 26 May 2022 13:22 by Joshua

When applying multi-level grouping, then change the items group keys, the new groups are added but the old ones are still visible in the list view, and from child group they become parent group. 

 

Workaround:

clear the group descriptors before changing the items and then re-add the group descriptors again