ListView: Provide PullToRefresh functionality for Desktop
Provide PullToRefresh functionality about ListView control for Desktop.
If using a touch screen it should behave the same as mobile, if using a mouse, I'd say just let the user click and drag down to refresh.
1 comment
ADMIN
Didi
Posted on:10 Sep 2024 07:52
Hi all,
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 feature request 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.
Review the CollectionView Refresh Data article for more details how to refresh the data using pull to refresh gesture.