Announcement

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

    Master - detail form, item labels not formated

    Hi all, i made something like that: http://www.smartclient.com/smartgwt/showcase/#grid_nested_grid
    But the problem is that The item labels are rendered on 2 rows if they are larger. Look at the showcase example the field Area. How to make the labels to appear in one row. I am using dynamic form just like in th example.

    #2
    Please post of a screenshot of what you're seeing and what you want instead.

    Comment


      #3
      Hi,

      To make the labels appear in one row you have to use, for each field, setWrapTitle(false).

      Comment

      Working...
      X