Describe the bug
RowTappedCommand executed only in OnSelectionChanged method. When Row is already selected, RowTappedCommand is not executed.
To Reproduce
Steps to reproduce the behavior:
- Create DataGrid with
SelectionMode="Single"
- Click on the Row
- Click on the same Row again
RowTappedCommand is not executed
Expected behavior
RowTappedCommand executed on every row tap.
Desktop (please complete the following information):
- OS: Windows, Android (other platforms not tested)