I see where another question ("Getting rid of the blue border around a DataGrid cell") was solved by setting a cell property called "focusvisual" to have no color. That stuff doesn't work with the DataGridView control, I don't think. The DataGrid involved in that other question seems to be something that's a part of Silverlight. I can't find any property of a DefaultCellStyle in the DataViewGrid control that would let you get at the "focus" part. Is there still some way to eliminate that cell border?
The border I'm getting looks like a dotted or fuzzy line around individual cells in the selected row. It's distracting, when all you want to show is the entire row being selected, and there's no reason to focus in on any particular cell.
Robert Homes