Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    12.0p Grouped ListGrid groupStartOpen first not working as expected with sortByGroupFirst:true

    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)

    Code:
    isc.ListGrid.create({
        width: "100%",
        height: 300,
        autoFetchData: true,
        dataSource: "supplyItem",
        groupByField: 'units',
        sortByGroupFirst: true,
        groupByMaxRecords: 10000
    });
    As you can see, the opened node is not "-none-", but "Bag".
    Default of groupStartOpen is "first".

    Click image for larger version

Name:	WrongNodeOpen.PNG
Views:	80
Size:	28.7 KB
ID:	258673

    This is minor for me.

    Best regards
    Blama

    #2
    We've fixed this back to SC 10.1p. It will be in the nightly builds dated 2019-07-19.

    Comment


      #3
      Hi Isomorphic,

      I can see this is fixed using v12.0p_2019-07-22.

      Best regards
      Blama

      Comment

      Working...
      X