Completed
Last Updated: 10 Sep 2024 09:22 by ADMIN
Vivek
Created on: 01 Mar 2024 16:19
Category: ListView
Type: Bug Report
0
ListView: [Android] [WinUI] LoadOnDemand does not work when using LoadOnDemand template

Android: when tapping on load on demand template the data is not loaded. 

If you use the LoadOnDemandCommand you can bind the command to the button inside the template.

 

On WinUI there is an exception runtime

 

Workaround:

Use automatic load on demand mode or bind the command to the template

1 comment
ADMIN
Didi
Posted on: 10 Sep 2024 09:22

Hello all, 

I tested the behavior on Android and the issue no longer occurs.

However, 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