Hi Isomorphic,
creating another testcase I noticed this bug. Please see this modified sample (v12.0p_2019-07-11 / SNAPSHOT_v12.1d_2019-07-15)
As you can see, the opened node is not "-none-", but "Bag".
Default of groupStartOpen is "first".

This is minor for me.
Best regards
Blama
creating another testcase I noticed this bug. Please see this modified sample (v12.0p_2019-07-11 / SNAPSHOT_v12.1d_2019-07-15)
Code:
isc.ListGrid.create({
width: "100%",
height: 300,
autoFetchData: true,
dataSource: "supplyItem",
groupByField: 'units',
sortByGroupFirst: true,
groupByMaxRecords: 10000
});
Default of groupStartOpen is "first".
This is minor for me.
Best regards
Blama
Comment