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

[HxGrid] select/deselect all checkbox when MultiSelectionEnabled with InfiniteScroll navigation (virtualized) #958

Open
hakenr opened this issue Dec 3, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@hakenr
Copy link
Member

hakenr commented Dec 3, 2024

Continuation of #950.
Basic support for multi-selection in the virtualized grid was implemented.

The select/deselect all checkbox is hidden in these scenarios since we don't have a complete list of items to select or deselect (there's no clear concept of "visible" rows as there is with paging).

A potential idea is to introduce a standalone bindable parameter like bool SelectAllChecked or a callback OnSelectAllCheckboxChanged, allowing developers to implement their own logic.

@hakenr hakenr added the enhancement New feature or request label Dec 3, 2024
@hakenr hakenr added this to the Backlog milestone Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant