I want to hide (or remove) all the borders of all the rows (and subsequently cells) in my datagrid, think a basic HTML table. I\'ve looked all over and most questions seem to be
You could also do it this way
dataGrid.GridLinesVisibility = DataGridGridLinesVisibility.None;