When removing a grouping column, whether showGroupedColumn is true or false, it will make the column visible as a regular column. That seems to be caused by the function Group.prototype.onPropertyChanged. How can one configure the grid to neither hide/show a column when it is grouped, nor hide/show it when it's ungrouped? That is, how does one configure the grid to just leave the column visibility alone when grouping and ungrouping it?
If you need a demo, please let me know.
Thanks.
Hi Mohammed,
Thank you for the reply.
What I'm needing is to not change anything with column visibility when grouping is changed. I don't use Sync Fusion's group area tool. I have my own UI for controlling columns and groupings. When Sync Fusion changes columns visibility outside of my UI model, it creates a lot of issues. Can Sync Fusion add an option to completely ignore group column visibility when grouping and ungrouping? It seems showGroupedColumn should really be a tri-state configuration: true, false, or do nothing.
Be well.
For perspective, these are the overrides I have to do to prevent Sync Fusion from changing the visibility of grouped columns. I wish there was just a simple setting for this:
Thank you Mohammed for the reply and the workaround. We'll plan to take a look at using actionBegin. Take care.