How do I bind selectedItem property of WPFToolkit-Datagrid to my viewmodel property ?

Posted by Anish on Stack Overflow See other posts from Stack Overflow or by Anish
Published on 2010-05-26T10:17:14Z Indexed on 2010/05/26 10:21 UTC
Read the original article Hit count: 452

Filed under:
|
|
|

Hi,

I have a WPFToolkit-datagrid and a View-model class with a property - "SelectedGridItems" How do I bind selectedItem property of WPFToolkit-Datagrid to my viewmodel property ("SelectedGridItems") ?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about datagrid