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
1685
Setting focus to grid in usercontrol
posted

I have a grid in a user control where its not possible to set the grid to be the first tab index.

Whats the best way to programatically set the focus to the grid?
Should it just be .Focus() ?
Will this make the grid have an active row?

I presume I can't set the focus in OnLoad as not everything is visible yet.
Theres no Activated for usercontrols.

Parents Reply Children
No Data