WPF DataGrid multiselect binding
Posted
by JZ
on Stack Overflow
See other posts from Stack Overflow
or by JZ
Published on 2010-04-10T22:36:38Z
Indexed on
2010/04/10
22:43 UTC
Read the original article
Hit count: 904
I have a datagrid that is multi-select enabled. I need to change the selection in the viewmodel. However, the SelectedItems property is read only and can't be directly bound to a property in the viewmodel. So how do I signal to the view that the selection has changed?
© Stack Overflow or respective owner