Posted 14 September 2017, 12:08 pm EST
We have requirement to adjust height of wijmo rows automatically based on content inside the cell. But all the row heights are getting adjusted to align with the row with maximum content(height).
Following is the code to set the same.
this.flex.autoSizeRows(0, this.flex.cells.rows.length, false);
We have this code called inside ngAfterViewInit(). But this is not working.
Which is the right event of grid to use for this purpose?
Thanks in advance
