I just loaded gwt 1.0.21 and was glad to see the bug cleaned up
for Grid. I am now experiencing a display problem when resizing the
Grid. I am created an app that loads screens of data up to 50 Grid
rows at time. I resize the Grid to the number of rows returned from
the server. When a screen decreases the number of rows, and the next
screen increases the number of rows the grid will only display the
lower number. So in my app I have 13 screens with 50 rows and the last
screen has only 13. If hit the previous page button, only the first 13
of the 50 rows will be displayed. JavaScript console shows an error
h4.rows[14] has no properties. This happens in Firefox and IE
Thanks
Travis