Hi,
I'm really struggeling to get my combination of SfDataPager / SfDataGrid to work with UseOnDemandPaging=true.
Just to avoid misunderstandings:
- I have a pretty large DataSource (approx. 50000 items) which I'm trying to view in a SfDataGrid
- I don't want to add a Load More because there are way to many items
- I thought using a virtual pager would be more effective
Is UseOnDemandPaging suitable for not loading the complete collection? The DataPager is not generating any pages. How do I tell him, that the grid will have 50000 items?
I've tried to set the PageCount, but that doesn't work. Setting the MaxItemsCount in PagedCollectionView doesn't work either.
The version is 16.1.0.26 from your NuGet.
Could you please provide a working example? Or am I wrong and what I'm trying to achieve is not supported by SfDataPager?
Kind regards,
Daniel