Igniteui-angular: igx-grid - groupby and toolbar features can't be used together

Created on 30 Jun 2018  路  7Comments  路  Source: IgniteUI/igniteui-angular

Steps to reproduce

  1. Go to https://stackblitz.com/edit/igx-grid

Result

Although groupable is set to true, grouping area is invisible. It is behind the toolbar. It means that groupby feature can't be used.

Expected result

groupby and toolbar features can be used together.

bug groupby toolbar high resolved 6.1.x

All 7 comments

This should already be fixed. I'll test it again with the upcoming beta 2 .

@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.

Was this page helpful?
0 / 5 - 0 ratings