Completed
Last Updated: 03 Jun 2019 14:40 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
NullReferenceException is thrown on item property change when ItemStyleSelector is applied
Completed
Last Updated: 03 Jun 2019 14:34 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Created by: Shalin
Comments: 0
Category: ListView
Type: Bug Report
0
ListViewTextCell is not centered vertically on Android
Completed
Last Updated: 03 Jun 2019 14:33 by ADMIN
Release 2019.2.603.360 (R2 2019 minor release)
Created by: Sean
Comments: 0
Category: ListView
Type: Bug Report
1
When entering a value into an entry in the TemplateCell it is not scrolling up the ListView to allow view of the entry.  This causes the soft keyboard to overlap the entry and the user cannot view what they are entering. 
Unplanned
Last Updated: 23 May 2019 10:26 by ADMIN

When you have some kind of image - CachedImage, FFimage, XF Image, within the ItemTemplate of the RadListView and you want to use the ItemSwipe functionality - the items constantly flicker. 

If you set a constant height to the listView item - the issue is not observed:

<dataControls:RadListView.LayoutDefinition>
    <listView:ListViewLinearLayout ItemLength="50"/>

</dataControls:RadListView.LayoutDefinition>

Unplanned
Last Updated: 22 May 2019 12:39 by ADMIN
Created by: Georgi
Comments: 0
Category: ListView
Type: Feature Request
2
Provide a way to set header and footer that are always visible in the ListView and are excluded from the scrolling.
Completed
Last Updated: 15 May 2019 13:53 by ADMIN
Release R2 2019

If you have a more complex HeaderTemplate containing input controls, each button placed after a certain position does not fire its Click event.  If a button is placed at the top of the template, it functions properly.

Completed
Last Updated: 15 May 2019 13:40 by ADMIN
Release R2 2019
Created by: Franz
Comments: 1
Category: ListView
Type: Bug Report
0

Hello,

 

I have a class, a collection of which is displayed in RadListView. If the class has a static property, no single item is displayed in UWP. In Android and iOS it works without this problem.

 

Regards,

Franz.

Unplanned
Last Updated: 30 Apr 2019 06:36 by ADMIN
In a scenario when LoadOnDemandMode is Automatic, SpanCount >1 and ItemLength is large the loading indicator has different size depending on its position in the columns, as it takes up all of the available space. 
Unplanned
Last Updated: 16 Apr 2019 12:28 by ADMIN

The RadListView control changes its scroll position to the Top of the control when expand/collapse groups or toggling the layout

Unplanned
Last Updated: 15 Apr 2019 08:53 by ADMIN
When we use the ListViewGridLayout as LayoutDefinition swiping (neither left or right) is working and the user could not swipe to visualize the swipe content.
Unplanned
Last Updated: 10 Apr 2019 13:30 by ADMIN
ListView throws a System.ObjectDisposedException on iOS when navigating to a page containing the control. The exception is consumed, so it does not crash the app.
Completed
Last Updated: 21 Mar 2019 12:43 by ADMIN
With the previous release (2018.3.1) displaying many items (10000+) with groups and sorting took less than a second. With the latest release (2019.1.1) the time is increased to several seconds on the same device.
Completed
Last Updated: 18 Mar 2019 15:51 by ADMIN
When an ItemTemplateSelector is applied to the ListView, the item must be refreshed on each property change, to give the ItemTemplateSelector a chance to re-evaluate its logic. This causes the item to flicker on iOS, because it appears with its default size initially, and then it gets resized during the measure/layout phase. Specifying a fixed ItemLength in the LayoutDefinition can work around the problem, if dynamic item sizing is not needed.
Completed
Last Updated: 18 Mar 2019 15:49 by ADMIN
When Margins are set to the HeaderTemplate and FooterTemplate they are not applied.
Completed
Last Updated: 18 Mar 2019 15:48 by ADMIN
An exception on iOS is thrown when the ItemTemplateSelector uses DataTemplate with custom cells
Unplanned
Last Updated: 17 Mar 2019 00:39 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: ListView
Type: Feature Request
11
Currently the SelectedItems collection does not support two way binding. Expose API to support two way binding.
Unplanned
Last Updated: 08 Mar 2019 17:39 by ADMIN
ADMIN
Created by: Tsvyatko
Comments: 5
Category: ListView
Type: Feature Request
18
Add events to handle when listview cells are unloaded/recycled and prepared.
Unplanned
Last Updated: 06 Mar 2019 16:39 by ADMIN
The control listen for changed to re-filter, so when any property is updated, there is a side effect on iOS - the entry used for editing loses focus.
Completed
Last Updated: 20 Feb 2019 13:54 by ADMIN
NullReferenceException is thrown when navigating back from a page with ListView and Prism Navigation is used.
Declined
Last Updated: 19 Feb 2019 12:09 by ADMIN
Currently RadListView  has only pullTorefresh which updates the list if user scrolling the list downwards.. But it is good to have pullUptorefresh kind of gesture. since mostly we need to populate the list when user scrolling up. a gesture direction setting (pullup or down) would do.