Unable to select multiple rows in a WPF DataGrid
问题 Even though I've got SelectionMode="Extended" and SelectionUnit="FullRow" set, when I debug the SelectionChanged event, there's always only one selected item in SelectedItems . This is my DataGrid : <DataGrid Grid.Row="0" AutoGenerateColumns="False" Margin="5,5,5,0" Name="dgrMembersClub1" ItemsSource="{Binding .}" CanUserAddRows="False" SelectionMode="Extended" SelectionUnit="FullRow" SelectionChanged="Grid_SelectionChanged"> <DataGrid.Columns> <DataGridTemplateColumn Header="Joining" >