Say I have a xamGrid with 5 columns and group by turned on for the grid...
Once I group by a column, is there any way to hide that column from the grouped data once the screen is refreshed and the grouping is completed?
I would also like the column to reappear if the same column is removed from the grouping header.
Just to clarify, if I have 5 columns and I group by column 3, I would like to see only columns 1, 2, 4, and 5.
Thanks,
Major K.
Hi,
So the xamGrid doesn't currently offer that option.
However, you can achieve this yourself with a little code:
Check out the following forum post:
https://ko.infragistics.com/community/forums/f/retired-products-and-controls/32228/hide-a-grouping-column/175713#175713
Hope this helps,
-SteveZ
That did the trick!
Thanks!