Completed
Last Updated: 17 Sep 2024 08:00 by ADMIN
Robert
Created on: 27 Nov 2023 15:12
Category: ListView
Type: Bug Report
4
ListView: [iOS] [MacCatalyst] Triggering LoadOnDemand even, command and collection when bottom of list has not been reached and .NET 8 GA is used

Since migrating to MAUI .NET8 GA 8.0.3 (and Telerik 6.5) - on iOS the RadListView keeps repeatedly triggering the defined LoadOnDemand command to get more items even though list has not been scrolled by user. 

the behavior is valid for the command, event and collection and when automatic load on demand mode is used. 

 

When using manual mode, it works as expected.

1 comment
ADMIN
Didi
Posted on: 17 Sep 2024 08:00

Hello Robert,

We have resolved this behavior by implementing a new control, CollectionView, which is a complete rewrite of the ListView from the ground up. CollectionView offers improved performance, enhanced features, and a modernized approach to managing lists of data. The CollectionView incorporates all key features of the ListView.

As this new control supersedes the ListView, this bug report will be closed. We recommend transitioning to CollectionView to take full advantage of its capabilities. Visit the following article that explains how to migrate to the new RadCollectionView.

Regards,
Didi
Progress Telerik