[PR #1854] Introduce ItemComparer parameter to DropDownBase, for IEqualityComparer support #2933

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

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

State: closed
Merged: Yes


This adds the ability for a user to explicitly control how Selected items in a bound collection are compared.
See Feature #1853

Additionally, performance for larger lists is improved by leveraging a HashSet instead of a List.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1854 **State:** closed **Merged:** Yes --- This adds the ability for a user to explicitly control how Selected items in a bound collection are compared. See Feature #1853 Additionally, performance for larger lists is improved by leveraging a HashSet instead of a List.
claunia added the pull-request label 2026-01-29 18:21:10 +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#2933