Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1170
Group Headers in Column Chooser
posted

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

  • 48586
    posted

    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.

  • 48586
    posted

    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.