WPF DataGrid - How to move keyboard focus to newly added row after tab press

Posted by Gopinath on Stack Overflow See other posts from Stack Overflow or by Gopinath
Published on 2010-04-15T12:08:40Z Indexed on 2010/04/15 12:13 UTC
Read the original article Hit count: 595

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about wpftoolkit

Related posts about wpfdatagrid