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

RadzenDataGrid Inconsistent Row Highlighting when navigating with Up/Down arrow keys #2034

Open
Jesse-dj opened this issue Mar 14, 2025 · 0 comments

Comments

@Jesse-dj
Copy link

Describe the bug
When RowSelect is enabled on the RadzenDataGrid component, navigating between row items 'jumps' the currently highlighted row. Increasing the VirtualizationOverscanCount value increases the jumps between rows.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'RadzenDataGrid - Custom Virtualization Example'
  2. In 'Edit Source' add RowSelect="EventCallback<OrderDetail>.Empty" in the RadzenDataGrid component.
  3. Click 'Run'.
  4. Navigate with 'Tab' to the DataGrid, then use the up/down arrow keys to navigate between the row items.

Expected behavior
The expected behavior is that the currently highlighted row stays at the top of the DataGrid. When using the up/down arrow keys, the row items shift up/down but the highlighted row stays. When the bottom has reached, the highlighted row will shift to the bottom until the last row has been reached.

Screenshots
Image

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: Edge, Firefox
  • Version: (Edge: 134.0.3124.51), (Firefox: 129.0.2)
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