I am using a DataGrid in row selection mode (i.e., SelectionUnit=\"FullRow\"). I simply want to remove the border that is being placed around the current cell w
SelectionUnit=\"FullRow\"
You could set the BorderThickness for DataGridCell to 0
BorderThickness
DataGridCell