I'd like to get the table real estate back when a column is moved to the group by field. my table initially has two columns added to the gorup by area so that has to be accounted for as well. I' m fairly new to js so I really aprreciate the guidence.
I have group by working but can't figure out how to propertly handle groupedColumnsChanged event.
Any help would be appreciated.
Hello Douglas,
I'm attaching a sample which demonstrates your desired behavior.
Best regards,
Martin PavlovInfragistics. Inc.
This just about perfect.
Except it doesn't account for the columns initially group by columns,.
I tried adding your code to the datarendered event, but that caused issues.
I am having a hard time with igGrid documentation as can't find a list of events that are available. Where should an event populate the hiddencolumns array on iggrid initialization?
Thaks again this is awesome support.
Doug
You can use the rowsRendered event for this purpose. I'm attaching an updated sample for your reference.
Hope this helps,Martin PavlovInfragistics, Inc.
Simply awesome. Exactly what I needed
Hello dcg1212,
If we can provide further assistance regarding this matter, please let us know.
Regards,
Tsanna
Greetings,
i've updated from 2015.1 V1 to 2015.2 V2.
Now when Column is Grouped, it does no more disapear from Grid.
The Documentation does tell something other:
"Note the column that serves as a grouping criterion is taken out of the grid."
see here: http://www.igniteui.com/help/iggrid-groupby-overview
and in the fiddle-sample it also does not work as exprected.
I've been searching for a new Grouping-Setting, but can't find some.
Could you help me archiving this, as it is mentioned?
Thanks
Hello Dominic,
The Group By feature doesn't hide the grouped column from the grid. There is an error in the documentation. If you want to achieve this scenario you should use the sample attached to the verified answer in this thread.