Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
5
Focusing in cell (putting cell in edit mode) from javascript
posted

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?