Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    setAutoCellHeight in ListGrid

    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.

    #2
    setFixedRecordHeights(false) and allow for wrapping, SmartGwt will figure out the correct heights for you.

    Comment


      #3
      Originally posted by svjard
      setFixedRecordHeights(false) and allow for wrapping, SmartGwt will figure out the correct heights for you.
      Thanks a lot... it works :)

      Comment

      Working...
      X