I set SelectionUnit="FullRow"
to a WPF
DataGrid
but when I select it seems to still focus over the cell that the mouse click was fired.
How to not focus on any cell and select only a row?
I set SelectionUnit="FullRow"
to a WPF
DataGrid
but when I select it seems to still focus over the cell that the mouse click was fired.
How to not focus on any cell and select only a row?