Posted 31 May 2019, 5:59 pm EST
Please find this simple demonstration of the bug:
https://stackblitz.com/edit/wijmo-angular6-rusvay
You will see that when the rows are initially loaded they are the correct size, but when the FlexGrid.autoSize() function is run after two seconds some of the rows bump up in size. This is not desired behavior and appears to be a bug in the row measurements.
I have found that setting [quickAutoSize]=“true” on the grid is a workaround for this issue.