Posted 7 March 2022, 6:26 am EST
Referring to the following sample:
https://jscodemine.grapecity.com/sample/A6MAzr3zW0C8AQC0IFalMw/
I’ve set [hideGroupedColumns] on the grid, and intialised the linked CollectionView to group on “size”.
The grouping does take place, but the linked column isn’t hidden.
If I remove the “Size” grouping and drag it back manually, the grouping takes place, and the column is hidden as I expect.
Do I need to programattically apply the GroupDescription at a different part of the lifecycle. I’ve shifted it around but couldn’t seem to get it to work, including a setTimeout of 10s.
Follow up: how can I ensure that the groups are automatically collapsed when I apply grouping?