Hi,
Currently I need to display multiline value in a ListGrid. I understand we can actually use setWrapCells(true) for this case. But issue, we are not able to see all the content and by setting the setCellHeight to certain value it will cause other row with only 1 line to have a big spaces.
Is there anyway that we can have setAutoCellHeight or is there any other solution so that we can wrap the value nicely in the list grid?
Thanks a lot.
Currently I need to display multiline value in a ListGrid. I understand we can actually use setWrapCells(true) for this case. But issue, we are not able to see all the content and by setting the setCellHeight to certain value it will cause other row with only 1 line to have a big spaces.
Is there anyway that we can have setAutoCellHeight or is there any other solution so that we can wrap the value nicely in the list grid?
Thanks a lot.
Comment