Hi Isomorphic,
please see this modified sample (v11.1p_2018-01-29). With sortByGroupFirst: true I get two requests directly at the start of the sample, once without, once with sortBy:["category"]. I'd expect only the one with sortBy.
Best regards
Blama
please see this modified sample (v11.1p_2018-01-29). With sortByGroupFirst: true I get two requests directly at the start of the sample, once without, once with sortBy:["category"]. I'd expect only the one with sortBy.
Code:
isc.ListGrid.create({ ID:"dsListGrid", width: "100%", height: "100%", autoFetchData: true, dataSource: "supplyItem", [B] groupByField: "category", sortByGroupFirst: true[/B] });
Blama
Comment