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
2094
How to Hide Column Headers When using Outlook GroupBy?
posted

Can someone please tell me how to hide the column Headers when using Outlook Groupby. I want the column headers to appear only once at the top of the control.... NOT in each and every group.

GroupBy

 

Unlike in the picture above.... I don't want to see the Column Header ("CONSULTATION ID") to appear in each group. Is this possible?

 

Thanks In Advance!
Aaron

Parents
No Data
Reply
  • 2094
    Verified Answer
    Offline posted

    I am SORRY. I found the answer.

    I did do a search for this before posting - I promise :) , but I found nothing. I was obviously using the wrong search terms.

    I found an answer to my problem in this post:

    http://forums.infragistics.com/forums/p/3563/18730.aspx#18730

    To save people going to that forum the answer was to do the following:


    Try this:

    this.ultraGrid1.DisplayLayout.Override.HeaderPlacement = Infragistics.Win.UltraWinGrid.HeaderPlacement.FixedOnTop;

     

    Thanks

    Aaron

Children
No Data