Hi there,
We are experiencing an issue with the Grid on the latest build (the same issue with the previous 17...).
The problem is that when the Grid loads first time and you click on the header checkbox to select all it does select all and the header checkbox is checked as expected.
Then if you change the size of the collection and invoke the refresh method, the try to check them all again the header checkbox won't be checked as it should, it keeps as partial selection,
Attached is the code to reproduce the issue.
1- Run the project.
2- Click on check all checkbox on the grid header.
3- Click on Refresh button (it will delete one record from the data source and the grid will properly populate the change)
4- Click on check all checkbox to Uncheck the checked ones.
5- Click on check all again and the issue will be populated (check all checkbox header will be partially checked)
Thanks
Attachment:
BlazorAppGridCheckbox_b2008206.zip