Announcement

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

    ListGrid Height & HideField Properties

    Hi,
    I'm using SmartGWT 2.2 with Mozilla FF 3.6. My problem is: I'm using a ListGrid with some ListGridFields filled into it. I want one of those ListGridField to be hidden. For that I'm using ListGrid.hideField(). But my observation is when I'm executing ListGrid.setHeight() before ListGrid.hideField() it works but if I execute it after ListGrid.hideField() it doesn't.
    Can anyone tell me why is it so?

    Thanks in advance.
Working...
X