I\'ve tried setting border style as suggested here Disable DataGrid current cell border in FullRow selection mode, but it doesn\'t do the thing fully. Is disables cell borde
You can set Focusable to False.
Note that if you make DataGridCell.Focusable false then navigation in the datagrid with up/down arrow keys won't work.