Blazorise
Blazorise copied to clipboard
[Bug]: NavigationMode="DataGridNavigationMode.Cell" does not navigate up and down when Virtualize="true"
Blazorise Version
1.6.0
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
Add Virtualize="true" to Rapid editing example https://blazorise.com/docs/extensions/datagrid/features/editing
Steps to reproduce
Use arrow keys while in rapid editing mode in a DataGrid that is virtualized
What is expected?
Arrow keys should move cell selection up and down and left and right
What is actually happening?
Arrow keys only move cell selection left and right. Navigation using up and down arrows do not work.
What browsers do you see the problem on?
Microsoft Edge
Any additional comments?
No response