The grid switches to static scrolling (always renders all rows) when virtual mode is deactivated. The non-virtual (static) mode is only feasible for the small grids (<100 rows)
grid.setVirtualMode(false);
Back to scrolling examples, all examples