Editability and cell navigation can be controlled at the column level (for example, using `editable` or `column.skipFocus`). However, the **cell selection overlay itself cannot be controlled at the column level**.
Selection behavior is handled by the grid’s global `selectionModel`, so the overlay applies uniformly across the grid rather than being configurable per column or per cell.