:: Forum >>

How to put cursor inside grid on load

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(100, focusGrid);
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 support forum

Forum search