Is there a way to remove the "selector" column (or whatever it's called) from a DataGridView? The "selector" column being the first column in a DataGridView that shows which row you are editing, etc. The column will have a triangle for the currently selected row, or a pencil icon if you are editing the row, or an asterisk. I'd like to just remove this column. Is there a way to do this?