//Set the RowHeadersVisible to False in the GridView (it's a property) //Or By Code: DatagridView.RowHeadersVisible = false;