Could you please let me know if it is possible to have
the grid automatically grow as it is expanded without vertical
scrollbars? In other words I would like the table to push the page down
as it grows.
Yes, it is possible. You need to enable auto height
feature.
grid.enableAutoHeigth(true);<o:p></o:p>