fix: [DataGrid] The Select All checkbox for a SelectColumn stops working after reloading data for a data grid, when the Virtualize parameter is set #2913
Labels
triage
New issue. Needs to be looked at
🐛 Bug Report
The Select All checkbox for a SelectColumn in a data grid stops working (no longer checks row checkboxes) after reloading data for the data grid, when the Virtualize parameter is also set for the grid.
💻 Repro or Code Sample
🤔 Expected Behavior
Checking/unchecking the Select All checkbox for the Select Column should check/uncheck row checkboxes in the grid.
😯 Current Behavior
After reloading data for a grid with the Virtualize parameter set, checking the Select All checkbox no longer selects any other checkboxes in the grid.
💁 Possible Solution
🔦 Context
We have many data grids in our app, and reloading data for a grid from a backend database is a common occurrence. I would expect the Select All checkbox to continue working after reloading data for a grid.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: