Announcement

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

    Do you have Expand/Collapse all option for Grouped items in List grid

    Hi,

    we are using smart client 10p

    Is there a collapse/expand all option available to the grid to help with manipulating the grid?
    The attached grid has large numbers of grouped items, it requires alot of clicks to get to the bottom of the list.
    Attached Files

    #2
    There is the groupStartOpen property if you want all groups initially expanded. For a user-accessible option to dynamically expand or collapse all, you could override getHeaderContextMenuItems to add menu options, or create buttons external to the grid. In both cases, you would implement the functionality by accessing the groupTree and calling openFolder/closeFolder.

    Comment

    Working...
    X