Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce ItemComparer parameter to DropDownBase, for IEqualityComparer support #1854

Merged

Conversation

pianomanjh
Copy link
Contributor

@pianomanjh pianomanjh commented Dec 14, 2024

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.

@pianomanjh pianomanjh force-pushed the feature/dropdown-support-equalitycomparer branch from 2b792e9 to 35f7a8e Compare December 16, 2024 06:00
@enchev enchev merged commit c9b5a53 into radzenhq:master Dec 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants