Announcement

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

    ListGrid compressAllRecords ?

    I have a ListGrid with some expanded records.
    How can I programatically compress them all?
    I need some method like "ListGrid.deselectAllRecords()", but for expansions, something like "ListGrid.compressAllRecords()". How can this be achieved?

    Using SmartGWT 3.0p EE.

    #2
    have you try the method setGroupStartOpen?

    Comment


      #3
      Hi,

      that didn't work.
      The method doc says: "Describes the default state of ListGrid groups when groupBy is called.". But I am not calling groupBy, I only have some expanded records (setCanExpand())

      Comment


        #4
        Anyone some idea?

        Comment

        Working...
        X