[HxGrid] select/deselect all checkbox when MultiSelectionEnabled with InfiniteScroll navigation (virtualized) #958
Labels
enhancement
New feature or request
Milestone
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 callbackOnSelectAllCheckboxChanged
, allowing developers to implement their own logic.The text was updated successfully, but these errors were encountered: