ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadListView 'Load More' is visible when not needed #1370

Closed CatchABus closed 2 years ago

CatchABus commented 4 years ago

When in 'Manual' demand mode, RadListView will display 'Load More' button even if list items length is less or equal to total data length. For instance, 'loadOnDemandBufferSize' could be used in Manual mode to compare buffer size with total items and decide whether to display 'load more' button or not.

I'm currently managing its visibility using something like this: loadOnDemandMode="{{ data.length < total ? 'Manual' : 'None' }}"

Platforms: Android

Progress NativeScript UI plugin version: nativescript-ui-listview 8.0.1 CLI: 6.4.1 Cross-platform modules: 6.4.2 Runtime: Android 6.4.1