At the time of adding new row, you have the index of that row, find the control in first cell, get its client ID and register a startup script to focus that control...... the the script should be something like .. RegisterStartupScript("setFocus","document.getElementById('"+ control.ClientID +"').focus();")
-----