Unplanned
Last Updated: 06 Mar 2018 13:35 by ADMIN
ADMIN
Pavel R. Pavlov
Created on: 21 Sep 2017 10:52
Category: ListView
Type: Feature Request
0
ListView: Allow data virtualization unloading and loading random batches of items
Currently we support incremental loading, only. We need to allow item unloading as well as loading items at random batches. e.g. loading items from position 50 to position 62.
2 comments
ADMIN
Stefan Nenchev
Posted on: 06 Mar 2018 13:35
Hello Eric,

Please excuse me for the late reply.  Thank you for providing information on your scenario. We will have it in mind when considering the feature request. Please follow the item in order to be automatically notified when there is any progress.
Eric
Posted on: 22 Sep 2017 01:59
It will be nice if ListView supports IList to support index based item loading.

This is kind of show stopper for us sincew we have lots of data to display and we already did lazy loading by maintaining fraction of data in the memory from local DB.