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 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.
Hope this helps,Martin PavlovInfragistics, Inc.
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 dcg1212,
If we can provide further assistance regarding this matter, please let us know.
Regards,
Tsanna
Simply awesome. Exactly what I needed
Hello Douglas,
You can use the rowsRendered event for this purpose. I'm attaching an updated sample for your reference.