Hello
I have columns in my ultragrid under various groups. Now i want to either hide or show all the columns under a group header. Is there a way to access the group headers in the column chooser?
Regards
Ishan Gandhi
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hello ,
UltraGridGroup object has a property Hidden which you could use to hide all columns in the group. So you could set it to true in order to hide all columns.
Please let me know if you have any further questions.