Posted 7 November 2019, 10:14 am EST
Hi there
Is it possible to use the ODataVirtualCollectionView and have correct totals for the full data set displayed?
As an example, I modified one of your examples which is here:
https://www.grapecity.com/wijmo/demos/Grid/Data-binding/VirtualOData/vue
I changed the app.vue to the attached file.
You can see that the totals on the non-virtual grid are fine once the data is loaded, but the virtual grid only have the totals of what is showing rather than the total for the full data set.
Let me know if this is possible and if so, any help in acheiving it is greatly appreciated.