How to return focus from GridView or DataGrid to other control on the page
Posted
by Senthilkumar
on Stack Overflow
See other posts from Stack Overflow
or by Senthilkumar
Published on 2010-03-23T10:02:12Z
Indexed on
2010/03/23
10:13 UTC
Read the original article
Hit count: 346
I Want to know how to focus to control after completing tab navigation for the grid view.
I have certain controls in my page and GridView/DataGrid as last control, when I navigate (Tab key navigation) on my page. I can navigate from first control to GridView but when I finish all editable items in grid the tab control goes to browser address bar. I need this should focus to again first control on the page.
My question is how can I do this? If it is an ordinary controls then I can use (on key down) attribute of the same.. here how can I get access to the last row's last column on the grid view.
© Stack Overflow or respective owner