Row Height Mismatch for Frozen Columns

I have two frozen columns on the left containing images of 20x20. However, when the image size is increased to 80x80, only the frozen columns height got adjusted but not the columns to the right. This cause mismatch of alignment of rows, is there a way to fix it? Thanks!

You should enable multi line mode

mygrid.enableMultiline(true);