Hi,
I have a dynamically created grid, it has column groups and in each group is lets say column A, B, C, D
These columns have different dates to make up their unique name.
so we could have 201601-A, 201601-B, 201601-C, 201601-D 201602-A, 201602-B, 201602-C, 201602-D
This causes issues when trying to use the context menu to hide show columns as it displays each unique column, the user would like to hide/show all "A"'s or "B"'s etc..
I would like to give them a check box outside the grid and allow them to select what columns types (A or B or C or D) to hide show.
Is this possible?
Thanks for your help