When I have a lot of items and I start editing a cell (qty for example) the keyboard show up over the grid and the focus is lost in the cell.
Since it's a numeric field, I want a numeric keyboard, but when the cell is "out of sight" the keyboard change to alphanumeric because the editing cell field is no more focused.
Is there a way to set the focus in the cell programmaticaly? Or how can I fix this "buggy" situation.