Is there a way to let the user only select one row in a datagrid
For example that should the user can do:
That he should can't do:
i saw this but it dont see how to use that for my problem: https://stackoverflow.com/a/3072929/1764978
I wanted to use the SelectionChanged
on the DataGrid, but it doesnt trigger when i change selected cells, just only SelectedCellsChanged
and there is no Handled
-Property
Edit
When im using ethicallogics solution i got:
I select a full row.. thats not what i want