Silverlight DataGrid Updating SelectedItem from code
Posted
by Mark Cooper
on Stack Overflow
See other posts from Stack Overflow
or by Mark Cooper
Published on 2009-12-09T17:12:28Z
Indexed on
2010/05/19
14:10 UTC
Read the original article
Hit count: 317
When I update a datagrid SelectedItem from code (via a bound object in a ViewModel), how to I get the visual grid to highlight the newly selected item?
Thanks,
Mark
UPDATE: This is still an issue for me. My SelectedItem property already implements change notification, but the datagrid is not VISUALLY displaying which row has been selected - i.e. it is not getting highlighted.
© Stack Overflow or respective owner