SmartClient Version: SNAPSHOT_v12.1d_2019-11-02/AllModules Development Only (built 2019-11-02)
and
SmartClient Version: v11.1p_2019-10-30/AllModules Development Only (built 2019-10-30)
Chrome on OSX
Hello, please modify the fetchOperationFS sample like this:
Then:
- filter with value 99 in the SKU field
- scroll to bottom using the mouse wheel, not dragging the scrollbar
- execute dsListGrid.refreshData()
- you'll see the fetches: after the first triggered by refreshData, there's another fetch with startRow=0 and endRow=75
and
SmartClient Version: v11.1p_2019-10-30/AllModules Development Only (built 2019-10-30)
Chrome on OSX
Hello, please modify the fetchOperationFS sample like this:
Code:
isc.ListGrid.create({ ID:"dsListGrid", width: "100%", height: "100%", autoFetchData: true, dataSource: "supplyItem", sortField: "SKU", sortDirection: "descending", showFilterEditor: true });
- filter with value 99 in the SKU field
- scroll to bottom using the mouse wheel, not dragging the scrollbar
- execute dsListGrid.refreshData()
- you'll see the fetches: after the first triggered by refreshData, there's another fetch with startRow=0 and endRow=75
Comment