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!>
Thanks for joining our community and helping improve Syncfusion products!
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