Posted 28 October 2019, 6:29 am EST
Hi,
im using ODataVirtualCollectionView for virtual scroll.
Is there an event that is triggered when ODataVirtualCollectionView class cancels the request for data?
I found events loading and loaded, but cant find something like loadingCancelled.
For example, i scroll down and grid starts to load new data and i show spinner to let user know that data is loading. But if user scrolls back up, the grid cancels request and shows data that is already loaded.
How can i now detect that grid cancelled request so that i can hide my spinner?
Regards