Feature Type
[ ] Clarity Port
[X] Enhancement
Description
With many items (~3000 in my case), the datagrid takes some time to render and update.
With a simple html table, I was able to improve the performance with ASP.NET Core Razor component virtualization. In short, it renders only the elements current in view. By embedding component virtualization I'd imagine a similar speedup with probably low effort to integrate it