When you have an MUIDataTable with responsive: "scroll", pagination: false and selectableRows left as true, and then you scroll up in the table, the checkboxes in the rows overlap the header checkbox.
This sample illustrates how to change state of header checkbox in GridCheckBoxColumnn Programmatically in WinForms DataGrid. In WinForms DataGrid (SfDataGrid), checkbox in the header cell of the ...