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.