Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Data displays in the wrong column and sometimes some columns are missing
posted
"@infragistics/igniteui-angular": "15.0.8",
"@angular/core": "15.1.2"

The issues I have listed below occurred after I changed the previous width property from:

[maxWidth]="'100%'"

To:

[width]="'auto'"

So that all the columns header are visible without wrapping the text (Ex: textin...)


ISSUE #1

Initially the data in the grid is like, data of the "D" column is missing, and "T" and "Units" columns are missing, and the total summary is also missing:



And after I refresh/resize the grid window, it fixes itself:


ISSUE #2

The data of some columns are displayed in the wrong column, and some columns is missing and totals summary is overlaping:

When I refresh/resize the widow, it fixes automatically: