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!

1
Vote

Feature provides the ability to display a specific number of items (n) in a single slide or view. This is particularly useful in scenarios where you have a large number of items to display but want to maintain a clean and uncluttered user interface.

Empty


On our current implementation we can loop through the data and render required number of items in a single slide, which is quite complex for the user to setup and changing it dynamically is tedious.

https://blazorplayground.syncfusion.com/BtLJNzsRfLzubBKH


In addition, this feature also allows you to move or navigate through specific number of items (n) with a single click or action. This enhances the user experience by providing faster navigation and better control over the viewing of items, especially when dealing with large collections.