Hi, I have a wpfToolkit-datagrid.
Can I use a trigger for the following "IsSelected" property to update a selectedItems list in view-model ?
< Style TargetType="tk:DataGridRow"> < Setter Property="IsSelected" Value="{Binding IsSelected, Mode=TwoWay}" /> < /Style>