[PR #1907] [MERGED] Bug fix present in RadzenDropDownDataGrid from version 5.7.0 #2961

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1907
Author: @PierluigiMari
Created: 1/13/2025
Status: Merged
Merged: 1/13/2025
Merged by: @enchev

Base: masterHead: RadzenDropDownDataGrid-PreservingExistingItems


📝 Commits (1)

  • 1189a77 Bug fix present in RadzenDropDownDataGrid from version 5.7.0

📊 Changes

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

View changed files

📝 Radzen.Blazor/DropDownBase.cs (+4 -1)

📄 Description

When RadzenDropDownDataGrid is set to allow multi-selection and virtualization with LoadData, it doesn't keep all items selected as you scroll through the list. Optimized the initialization of selectedItems in DropDownBase, so that selectedItems is reinitialized only if empty, thus preserving existing items.


🔄 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/1907 **Author:** [@PierluigiMari](https://github.com/PierluigiMari) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `RadzenDropDownDataGrid-PreservingExistingItems` --- ### 📝 Commits (1) - [`1189a77`](https://github.com/radzenhq/radzen-blazor/commit/1189a770f052eb6298f9164ad346c7e6229d1fc3) Bug fix present in RadzenDropDownDataGrid from version 5.7.0 ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/DropDownBase.cs` (+4 -1) </details> ### 📄 Description When `RadzenDropDownDataGrid` is set to allow multi-selection and virtualization with LoadData, it doesn't keep all items selected as you scroll through the list. Optimized the initialization of selectedItems in **DropDownBase**, so that selectedItems is reinitialized only if empty, thus preserving existing items. --- <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:21:18 +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#2961