I have a 3 tier datagrid where when you select an item below the parent, the parent item should be unselected. I use the SelectedItem property in all 3 DataGrids. Is there anyway I can deselect the parent row once the row beneath is selected?
I have my Selecteditem properties in a MVVM structure.
Thanks