I wanted to make grid autoscroll and here is the code snippet i wrote:
// some code...
Grid<Task> grid = new Grid<Task>(store, model);
grid.getElement().setScrollTop(30);
// some code...
same thing works for ListView but not with Grid. Any suggestions??