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!
I have large datasets loaded into the grid control and the performance isn't great. Is there best practice in physical size of the data?
For example, a data set of 70k rows of data and approx 77 MB of a json response, loaded into model List<Data>. I'll occasionally get out of memory errors in the chrome console window as well. Based on the info, it's tough to tell if this is a blazor thing in general, syncfusion or memory issues with chrome itself.
Blazor: .net5 Client WebAssembly