:: Forum >> Version 2 >>

How to put cursor inside grid on load

More information on this topic is available in the documentation section: /active.howto/.

My implementation of the grid is designed for users without mouse. So, I would like that when the page containing the grid were loaded, the focused object automatically should be the grid itself.
Eric Saboia
Thursday, January 18, 2007
window.setTimeout(100focusGrid);
function 
focusGrid() {
  
myGrid.element().focus();
}
 
Pc (from Brazil)
Thursday, January 18, 2007
Thanks!!

( Ps: vc é brasileiro! hehe... value man ;) )
Eric Saboia
Thursday, January 25, 2007



This topic is archived.

Back to /active.howto/

Documentation:

Forum search