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.
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.
Comment