Currently in MUI DataGrid Premium, the cellSelection feature only works for cells that are editable (editable: true or isCellEditable returns true). This creates a limitation where users cannot select ...
I’m using the MUI DataGrid with an actions column that opens a confirmation dialog when the user selects an action (e.g., “Delete”). The dialog is rendered in the same React tree as the DataGrid — ...