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!

2
Votes

When we enable multi level data binding(less number of root 0 nodes and more hierachical child data) with many child records and use virtualization, all the records get loaded initially since the virtualization works on the basis of root node count instead of complete data source count. Need to provide support for loading data based on total record count so that not all the records get loaded initially