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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote


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:


While scrolling in the popup, the skeleton is frequently displayed. To avoid frequent displays of the skeleton, it should only be shown for large sets of data. The skeleton needs to be displayed between the actionBegin and actionComplete events, as well as during continuous scrolling.