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
10
set focus on cellTemplate textBox
posted

I have a web grid with several templated columns containing text boxes.  I am using the AfterEnterEditModeHandler to add a new row if I am in the first cell (this is working) and I want to set the focus on the text box within the nextCell.  I am able to get the nextCell but not the textbox within it.  Is this possible?

Thanks in advance.