TAN WhoAMI

TAN WhoAMI

  • NA
  • 291
  • 0

WPF-DataGrid- Press Enter key, go to next line

Dec 11 2013 3:05 AM
I want to implement this for DataGrid in WPF, not DataGridView, such that whenever an Enter key is pressed, it would go to the next line, is it possible?

I see similar solution in http://stackoverflow.com/questions/9674078/datagridview-when-i-press-enter-it-goes-to-the-next-cell, but it is for DataGridView.

How can I implement the same feature for my WPF DataGrid? thanks.

Answers (1)