Posted 14 September 2017, 12:02 pm EST
We are hosting a FlexGrid in a tab. The FlexGrid has a GroupPanel with the default hideGroupedColumns behavior of hiding the grouped columns.
When a different tab is selected and then the FlexGrid tab is selected again the grouping is lost, which is probably the expected behavior, however the columns that had been grouped are still hidden. Calling invalidateAll() does not solve the problem. If I write code to set each column back to visible that does solve the problem but this seems like something that should work out of the box. Is this a known problem? Or am I doing something wrong?
