adjustRowHeight with 2 different columns in same grid with different height values

the method adjustRowHeight doesn’t seems to be working when we are using two different columns with different heights

Yes, the adjustRowHeight method adjusts the height of all rows depending on the values of the one column only.

I have similar problem.
Consider scenario
I have 2 column old description and new description
Happy Scenario:-
new description is user enter filed and it is most of the time greater than old so I have use adjustRowHeight specifying new description id.
Sad Scenario:-
Some time new description is less than the old … and I will get trim column.