Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Scenario 1:
If the component has a query property and virtualization enabled, then the component needs to fetch the data according to the query property for the initial request.
Note: Instead of fetching all the data from the server, it needs to fetch the data according to the query property initially.
Scenario 2:
Once the user scrolls the popup, further data needs to be fetched from the server based on the scrolling.
If the user bound any query property with skip or take parameters, then the data items are fetched from the server based on that parameter while scrolling the popup.
Scenario 3: