Can I use Property Trigger to get selected items from WPFToolkit datagrid ?
Posted
by Anish
on Stack Overflow
See other posts from Stack Overflow
or by Anish
Published on 2010-05-27T07:07:46Z
Indexed on
2010/05/27
7:11 UTC
Read the original article
Hit count: 344
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>
© Stack Overflow or respective owner