This question is locked. New answers and comments are not allowed.
Currently, I'm implementing a DataGrid with the SelectionMode set to Multiple and I noticed that the way you select multiple rows is to just click on each one. This is not really a problem when you only need to select a few rows but when selecting 10 or 20 rows this can become time-consuming. Is there a way I can change the selection method to be closer to the traditional Windows method of multiple ? Like using ctrl to select rows individually and shift to select a large group. Thanks in advance for any help.