Hi Isomorphic,
please see this sample (v10.1p_2017-08-03, also happening in 12.0d) and modify it like this:
As you will see, it fires two requests with different sorting criteria
Minor and unrelated: For me (Win 10, Chromium 60, no zoom, FullHD) the request for the unmodified sample is for startRow:0, endRow:87 and not endRow: 75 as I'd expect (and as it is in 12.0d).
Best regards
Blama
please see this sample (v10.1p_2017-08-03, also happening in 12.0d) and modify it like this:
Code:
isc.ListGrid.create({ ID:"dsListGrid", width: "100%", height: "100%", minFieldWidth:80, autoFetchData: true, dataSource: "supplyItem", [B] sortField: "SKU", groupByField: "category", sortByGroupFirst: true[/B] });
- 0-1000 (sortBy: category, SKU) and afterwards
- 0-75 (sortBy: SKU)
Minor and unrelated: For me (Win 10, Chromium 60, no zoom, FullHD) the request for the unmodified sample is for startRow:0, endRow:87 and not endRow: 75 as I'd expect (and as it is in 12.0d).
Best regards
Blama
Comment