I’m making a DataGrid in Windows Presentation Foundation, and I have a problem. When a user double-clicks on a cell in my DataGrid, the cell goes into edit mode. I want to prevent that. Instead I want users to be able to select the full row - not edit values in it.