I've attached a sample solution to demonstrate the issue. Try to run it. When you try to type into the entry inside of the list view there are several strange aspects 1. It's not possible to put spaces 2. When you type quickly the cursor will start jumping arbitrarily. It might even jump to front, or delete the whole text. This behavior happens only on UWP.
As soon the user tries to swipe more than one list item at the same time on iOS, the swiping functionality is not properly handled/
Available in the R3 2018 SP release.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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.
Hi,
On Android, I am using a DataTemplateSelector and a DataTemplate that has a switch on it that the user can press. When the user presses the switch the ListView starts corrupting the data in the list. The item being interacting with starts appearing in other locations on the list.
This issue can be reproduced in the Telerik SDKBrowser project.
Select the following : ListView -> Cell Types -> Template Cell Selector - Xaml
Mark Item1 as special using the button. Scroll down and you will see that an item in the list has been replaced by Item 1 which is now in the list twice.
Regards
Anthony
The RadListView control changes its scroll position to the Top of the control when expand/collapse groups or toggling the layout
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
>