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
125
web grid focus
posted

I have two questions about focus and the web grid control.

1. Any ideas on how, when tabbing to a web grid (say from a text box or check box) on a page to have it autimatically enter edit mode for the first cell of the first row?

2. Any ideas on how to automatically tab to the next control on a page (say a text box) when an empty row is tabbed though on a grid?  For eaxmple, I have a grid with five columns used for data entry.  I would like it so that when a user tabs through a row without entering any data, focus changes from the web grid to the next control.  I've tried using the AfterExitEditModeHandler event to use javascript to explicitly set focus on the next control, but the web grid seems to refuse to give up focus.  Perhaps I'm using the wrong client-side event handler?

Any suggestions would be greatly appreciated.  Thanks.