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.
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
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