How to set focus to the elements in the gridviewcoulumn of listviewitem. eg. I have a listview with 5 row and each row has 3 column with TextBox. If i press the enterkey from the First textbox, focus should move to the next textbox and finally if i press the enterkey on the third(last) column in the first row the focus should go to the second rows first column and so on. How can i achieve in listview/DataGrid.