We are using Smart Gwt-5.1
Browser: Google Chrome
version: 47.0.2526.106 m
Issue: ListGrid not able to display record if it’s in between 30 - 40 and
Resolution: 1280 X 1024 and 1280 X 960
We added property to fetch 30 record in batch. But after loading 30 records if we do scroll down to
Fetch next 30 data so it’s not able to load because it’s not calling API to fetch next records.
Below property we have used:
printGrid.setDataSource(countryDS);
printGrid.setAutoFetchData(true);
printGrid.setDataFetchMode(FetchMode.PAGED);
printGrid.setDataPageSize(30);
Note: This issue is happening only in above mention resolution.
Browser: Google Chrome
version: 47.0.2526.106 m
Issue: ListGrid not able to display record if it’s in between 30 - 40 and
Resolution: 1280 X 1024 and 1280 X 960
We added property to fetch 30 record in batch. But after loading 30 records if we do scroll down to
Fetch next 30 data so it’s not able to load because it’s not calling API to fetch next records.
Below property we have used:
printGrid.setDataSource(countryDS);
printGrid.setAutoFetchData(true);
printGrid.setDataFetchMode(FetchMode.PAGED);
printGrid.setDataPageSize(30);
Note: This issue is happening only in above mention resolution.
Comment