HI, the requirement is when user hits tab of last column in last row we need automatically add new row from javascript and set focus to the first cell in new row (the cell should be in edit mode instead of double clicling the cell to make editable) , we could manage to do the first part (adding new row) but not finding the ways to set the focus in first cell (Edit Mode) , any one have code snippets for this to set the focus to the cell in new row?