WPF DataGrid - How to move keyboard focus to newly added row after tab press
- by Gopinath
WPF DataGrid add a new row if we press tab on last column of last row. But after adding the new row, the focus is moved to top row of the grid. How can we make sure that the focus is moved to the first column of new row?