Posted 6 August 2024, 3:27 pm EST
We recently upgraded to wijmo: 5.20241.19. Since that upgrade our flex grids that display multiple lines of data in the row - are truncated to only display one row of data. After doing some analysis - the grid.rows.defaultSize is being used for all the row heights. We manually set the row.height of each row after we load the data. We can see it flash - where the row.height is correct but then it gets set back to the size set in the rows.defaultSize. How do we get it to use the row.height value we are setting and stop resetting it to the rows.defaultSize? We want each row to be dynamic and different heights based on the data. We are using angular. Can you give us guidance on why it would use the defaultSize vs the row.height for the flex grid?