Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radzen DataGrid <Shift>+Click on horizontal scroll bar freezes in Chrome and Edge #1361

Open
MikeWilliams-UK opened this issue Feb 6, 2024 · 0 comments

Comments

@MikeWilliams-UK
Copy link

MikeWilliams-UK commented Feb 6, 2024

Describe the bug
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 <Shift>+Click on the scroll bar the browser "freezes" for a noticable time on most clicks.

To Reproduce
Steps to reproduce the behavior:

  1. Using either Chrome or Edge run the demo at https://blazor.radzen.com/datagrid-column-resizing
  2. Click on 'Edit Source' button
  3. Scroll down to 'line 7'
  4. Add the following parameters
    AllowFiltering="true"
    FilterMode="FilterMode.Advanced"
    FilterCaseSensitivity="FilterCaseSensitivity.CaseInsensitive"
  5. Click on 'Run button
  6. <Shift>+Click to the right of the horizontal scroll bar's grab handle

Actual behavior
Significant delays are seen between the mouse click and the grid showing different columns.

Expected behavior
No delays are seen between the mouse click and the grid showing different columns.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Browser
    Chrome Version 121.0.6167.140 (Official Build) (64-bit),
    Edge Version 121.0.2277.98 (Official build) (64-bit)
  • Version See above

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant