3.2.0

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
January 18,
window.setTimeout(100, focusGrid);
function focusGrid() {
  myGrid.element().focus();
}
Pc (from Brazil)
January 18,
Thanks!!

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

This topic is archived.

See also:


Back to support forum