Although groupable is set to true, grouping area is invisible. It is behind the toolbar. It means that groupby feature can't be used.
groupby and toolbar features can be used together.
This should already be fixed. I'll test it again with the upcoming beta 2 .
Seems to work in beta1 https://stackblitz.com/edit/igx-grid-egfgtv
@ChronosSF , thank you for checking! I confirmed it too.
By the way, there might be an another issue. Toolbar overlay can't be hidden. The following warning is output.
igxOverlay.hide was called with wrong id: undefined
Is this known issue?
I am not sure. @gedinakova may know more.
@tkiryu
The issue is not related to grouping and/or toolbar because the filter popup would also not close. It seems to be an angular issue related to animations. The problem would go away if the "@angular/platform-browser" package is updated to latest (6.0.7).
@gedinakova , thank you for the information. That's good to know.
I tried updating to [email protected], then the problem has gone!
Thank you so much!
Seems the issue is good to be closed.