You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In 'Edit Source' add RowSelect="EventCallback<OrderDetail>.Empty" in the RadzenDataGrid component.
Click 'Run'.
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
Desktop (please complete the following information):
Describe the bug
When
RowSelect
is enabled on theRadzenDataGrid
component, navigating between row items 'jumps' the currently highlighted row. Increasing theVirtualizationOverscanCount
value increases the jumps between rows.To Reproduce
Steps to reproduce the behavior:
RowSelect="EventCallback<OrderDetail>.Empty"
in theRadzenDataGrid
component.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
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: