I would like to join all the cells (columns) of a row (Row) of a DataGridview, that is, I would like to have a row without side borders in the cells.
Something in style:
DataGridViewCellBorderStyle.SingleHorizontal
However, this should not occur for all rows in the DataGridView.