Hello, I'm trying to select a cell in code, " http://www.telerik.com/help/wpf/gridview-how-to-set-current-cell.html" but the grid does not seem to set it the way it would if a user clicked into the cell. The problem is that the focus rectangle moves to that cell, but the background stays on the previous cell. I'm only allowing selection by single cell, not the whole row so I don't know if that matters. Also, the SelectedCells IList is 0, but if a user selected the cell, the list would have that cell included in it. Do I need to do something else to make this work like a user clicking into the cell?
Thanks,
Scott
Thanks,
Scott