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.
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.