Hi Neil,
This issue was solved, note that to allow this feature you have to configure your grid's height to 0. This way the code will now ignore this height and will calculate it.
You may need to do some other configurations too:
- In the columns you want to have multi line and CR LF, configure the wordWrap: true and the multiLine: true (AdvancedFormats). This may affect your grid perfomance, as the content now has to be handled and calculated before loading the grid.
- In your grid set property autoRowHeights: true (AdvancedFormats)
I prepared a sample for you showing how to do it, look to the column Part No.
Hope I could help you
Ricardo Valim