Grid problem when some column has a ListSelect field

Hi,
I was testing the Grid component, and if one or more columns have something like this

ListSelect listSelect = new ListSelect();

... 

column.setField(listSelect);

(or a TwinColumnSelect or some other field that has an height larger than the row height), the editor does not resize itself to accomodate to theese kind of fields.

Is there something I am missing? The fields are correct, since I’m converting one of my old tables to grid to see if it has everything I need.

Thanks a lot
Cristina
18902.png