Announcement

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

    Grid and cell auto height

    Is there any way to auto fit the height of the cell to fit the contents? I don't see any method on ListGrid or ListGridField classes, and cell contents seem to be clipped vertically. This can also be seen in showcase example http://www.smartclient.com/smartgwt/showcase/#grid_appearance_multiline.

    #2
    It's very mysterious that you were unable to find the relevant properties and samples. There's a whole folder of AutoFit samples in the Showcase, and dozens of properties named autoFit* in the ListGrid docs, and both are easily searched.

    Comment


      #3
      Thanks.
      Code:
      setFixedRecordHeights
      is the method. It didn't occure in first instance, that this is the method for autoFit heights of grid cells.

      Comment

      Working...
      X