Hi,
I am on SGWT 2.2 & GWT 2.1.
I have a DS-backed ListGrid. It is 10 rows high. 20 rows are returned from the DS on the first view, but the ListGrid.createRecordComponent () method is only called for the first 16 rows.
This seems reasonable at first, since rows 11-20 are out of view. But, when you scroll down to the last 10 rows, it is still not called, resulting in empty cells. It's not throwing warnings or errors, and I confirmed with the debugger that it's not being called, rather than just returning a blank canvas. Can anyone help with this issue?
Thanks
I am on SGWT 2.2 & GWT 2.1.
I have a DS-backed ListGrid. It is 10 rows high. 20 rows are returned from the DS on the first view, but the ListGrid.createRecordComponent () method is only called for the first 16 rows.
This seems reasonable at first, since rows 11-20 are out of view. But, when you scroll down to the last 10 rows, it is still not called, resulting in empty cells. It's not throwing warnings or errors, and I confirmed with the debugger that it's not being called, rather than just returning a blank canvas. Can anyone help with this issue?
Thanks
Comment