Hi, I have a problem with the gridView in that when I set the SelectedItem property via my view model the grid highlights the full row even though the selectionunit of the grid is set to cell. I was expecting the grid to just select the first column in the row, rather than the full row. If you click on the row in question the highlight is cleared and the selected cell highlighted. Can the SelectItem property not be used when the selectionunit is set to cell?