Does ListGrid provide access to underlying group nodes (when data is grouped) and their state (whether open or close) and can we change the state of a group programmatically?
I have a use case where I am grouping the data by a field and showing all the groups closed by default on page load. Later filtering (client) data in this grid by some controls outside the grid. At this point, the grid does not retain user's already opened grouped state and falls back to groupStartOpen setting. If I can access the group state then I can get the state prior to applying filter and then open those groups (if still present) post filter.
I have a use case where I am grouping the data by a field and showing all the groups closed by default on page load. Later filtering (client) data in this grid by some controls outside the grid. At this point, the grid does not retain user's already opened grouped state and falls back to groupStartOpen setting. If I can access the group state then I can get the state prior to applying filter and then open those groups (if still present) post filter.
Comment