Hi, It seems that even when Virtualization param is set to true (VirtualizationThreshold = 100 and ItemHeight = adapted to the css)
it generates only 100 entries (like MaxDisplayedItems param is set by default) but when I change MaxDisplayedItems to be more it generates them at once and not in bulk.
It seems to work like that even on your demo page where your dataset is 5000 - only 100 entries are generated even user scroll to the end.
In my opinion virtualization should render dynamically new entries when user scroll the results up to total items count.
Am I right?
Thanks for your work.
Hi, It seems that even when Virtualization param is set to true (VirtualizationThreshold = 100 and ItemHeight = adapted to the css)
it generates only 100 entries (like MaxDisplayedItems param is set by default) but when I change MaxDisplayedItems to be more it generates them at once and not in bulk.
It seems to work like that even on your demo page where your dataset is 5000 - only 100 entries are generated even user scroll to the end.
In my opinion virtualization should render dynamically new entries when user scroll the results up to total items count.
Am I right?
Thanks for your work.