Hi,
We are using your DataGrid and have come across an issue when it is used in either Chrome or Edge. Firefox has no issue.
When you have a grid that has advanced filtering turned on and the number of columns is such that the horizontal scroll bar shows, when you +Click on the scroll bar the browser freezes for a noticable time on most clicks.
This can be replicated by using the demo at Blazor DataGrid Component - Column Resizing | Free UI Components by Radzen, then editing the code to add the following options
AllowFiltering="true" FilterMode="FilterMode.Advanced" FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive"
Then clicking on the run button
Issue raised on GitHub Radzen DataGrid <Shift>+Click on horizontal scroll bar freezes in Chrome and Edge · Issue #1361 · radzenhq/radzen-blazor · GitHub