Hi Isomorphic,
Thank you for your support.
We faced an issue with our list grid, where two empty records (with only checkbox) are displayed at the end when scroll bar is dragged down.
Explanation:
1. In my listgrid pagination support is added(30 records will be loaded each time).
2. When the list grid contains 32 records and if i scroll down the scroll bar last two records values are displayed as empty.
3. But when i set "setDrawAheadRatio(0.9f)” property on listgrid it is working fine.
But we want to know more information about "setDrawAheadRatio(0.9f)” property and especially value(Ex: "0.9f" represents what information).
Note: Sample screen shot is attached for your reference.
Thank in advance.
Smart GWT Version: 6.1 pro
Google chrome version: Version 65.0.3325.162 (Official Build) (64-bit).
Note:
We are using SmartGWT 12 Pro also.
In some sample code, we observed that setDrawAheadRatio(2.0) is used.
Thank you for your support.
We faced an issue with our list grid, where two empty records (with only checkbox) are displayed at the end when scroll bar is dragged down.
Explanation:
1. In my listgrid pagination support is added(30 records will be loaded each time).
2. When the list grid contains 32 records and if i scroll down the scroll bar last two records values are displayed as empty.
3. But when i set "setDrawAheadRatio(0.9f)” property on listgrid it is working fine.
But we want to know more information about "setDrawAheadRatio(0.9f)” property and especially value(Ex: "0.9f" represents what information).
Note: Sample screen shot is attached for your reference.
Thank in advance.
Smart GWT Version: 6.1 pro
Google chrome version: Version 65.0.3325.162 (Official Build) (64-bit).
Note:
We are using SmartGWT 12 Pro also.
In some sample code, we observed that setDrawAheadRatio(2.0) is used.
Comment