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 #1Initially 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:
Hi Anupam,
Thank you for posting to Infragistics Community!
Unfortunately, it seems that the screenshots did not come through. Could you please share them via an URL, for instance?
Additionally, before I proceed with assisting you, I would like to point out that version 15.x of igniteui-angular is no longer supported or eligible for developer support services. The currently supported versions are 17.2.x, 18.1.x and soon to be released – 18.2.x. We highly recommend considering upgrading your app to any of the supported versions to leverage all introduced features and fixes since then.
Having said this, while I am not currently 100% sure about this since the screenshots are lacking, the reported behavior sounds familiar to this issue that was fixed a while ago. It was addressed for versions 16.1.x, 17.0.x and 17.1.x, and this for every ther version afterwards.
Another similar issue might be this one, which was also fixed. In this line of thought, it will be helpful if you could share if there are any errors in the console at the time the columns get displaced?
So, in order for us to be able to confirm whether this is indeed the same behavior, I would also like to ask you to please, at least provide the exact steps to reproduce as well as the grid configuration (columns and their settings, dimensions of the grid). It would also be appreciated if you could try to reproduce the behavior in any of our documentation samples, by forking them in StackBlitz and adding only the minimal relevant code. This will help us further investigate your request and eventually provide suggestions.
Best regards,
Bozhidara Pachilova
ISSUE #1Initially 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: