Popup with multiline grid inside

In version 4.03, I think there might be a problem with Popup and a multiline grid.

When enableMultiline(true) is added to the grid, the rows stay as single lines and the rowheight reverts back to the v3.6 height.

This is with multiline:


This is without multiline:

Hi
Try to add the next style:

div.gridbox table.obj td { white-space: normal; }

That’s not working. The lines are not wrapping. Is this also supposed to fix the smaller rowheight? The rowheight was no changed either.

Actually, I add the code to the wrong file.

This does work, the text does wrap. The rowheight is smaller than without multi line.