[PR #1747] [MERGED] Bug Fix & Enhancement to RadzenDropDownDataGrid #2880

Open
opened 2026-01-29 18:20:52 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1747
Author: @Greg-MM
Created: 10/21/2024
Status: Merged
Merged: 10/22/2024
Merged by: @enchev

Base: masterHead: master


📝 Commits (1)

  • e558a3f Fixed bug when navigating RadzenDropDownDataGrid with keyboard, down worked, but up would focus 2 rows above the selected index

📊 Changes

1 file changed (+19 additions, -1 deletions)

View changed files

📝 Radzen.Blazor/RadzenDropDownDataGrid.razor.cs (+19 -1)

📄 Description

RadzenDropDownDataGrid_KeyboardNavigationBug

Fixed bug when navigating RadzenDropDownDataGrid with keyboard, down worked, but up would focus 2 rows above the selected index

Added PreserveRowSelectionOnPageing to RadzenDropDownDataGrid which will keep the currently selected row index, defaults to false so there are no breaking changes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1747 **Author:** [@Greg-MM](https://github.com/Greg-MM) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 10/22/2024 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e558a3f`](https://github.com/radzenhq/radzen-blazor/commit/e558a3faa74046675d6f8cc34ef33bbc1dffd727) Fixed bug when navigating RadzenDropDownDataGrid with keyboard, down worked, but up would focus 2 rows above the selected index ### 📊 Changes **1 file changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenDropDownDataGrid.razor.cs` (+19 -1) </details> ### 📄 Description ![RadzenDropDownDataGrid_KeyboardNavigationBug](https://github.com/user-attachments/assets/12dfac14-b0af-4a75-a011-bdf93f1bbec6) Fixed bug when navigating RadzenDropDownDataGrid with keyboard, down worked, but up would focus 2 rows above the selected index Added PreserveRowSelectionOnPageing to RadzenDropDownDataGrid which will keep the currently selected row index, defaults to false so there are no breaking changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:20:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2880