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

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

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1907

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1907 **State:** closed **Merged:** Yes --- 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.
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#2964