Framework Versions | |
GWT Version : | 2.7.0 |
SmartGWT Version : | 5.1p |
SmartGWT Build Date : | 10/01/2018 09:08 |
SmartGWT Edition : | Pro Edition |
The issue occurs upon reloading a ListGrid with > 100 rows in it (ListGrid data populated by external data source). Upon reload the ListGrid is empty. I have managed to replicate the issue by creating a ListGrid within a TabSet, I have populated it with 300 users of which 80 are displaying, I edit a user and go back to the ListGrid it reloads then the data disappears.
(I apologise for the 58 second .gif our debug environments are lightning fast)
I don't know whether this is relevant, but I notice this in the SmartGwt console when the issue occurs:
I am getting this warning
Code:
WARN:GridBody:isc_ListGridImpl_7_body:row heights not yet available; returning all zeroes
Has anybody had a similar issue and can point me in the right direction?
Comment