Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, 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!

5
Votes

Hi,

I'm working with Blazor WebAssembly on .Net6 (6.0.15) and with Syncfusion 21.1.38.

I’m using multiselect dropdown with virtualization and a custom data adaptor.


When I scroll on the multiselect value, I can see the DataManagerRequest "Take" value increasing, and the "Skip" value is staying at 0.

Example:

  • Skip: 0, Take: 20

  • Skip: 0, Take: 25

  • Skip: 0, Take: 30



I think it would be better to have a pagination with fixed "Take" value and increasing "Skip" value.

Example:

  • Skip: 0, Take: 20

  • Skip: 20, Take: 20

  • Skip: 40, Take: 20



I attached an example page. When scrolling on the multiselect, the Skip and Take value are traced in the browser console.

This feature was recently added to ComboBox component: feedback/27506


Thanks for your help.

Best regards.

François