This is a very simple question. I'm asking because I've never seen it before which makes me wonder if there's something wrong.
comboBox1.MouseEnter += (a, b) => comboBox1.Focus();
campaignDataGridView.MouseEnter += (a, b) => campaignDataGridView.Focus();