Hello Everyone
I am looking for a way on how I can trigger the GroupBy-header to appear/disappear?
After looking in the designercode and this article I know I can enable it by using
base.DataGrid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
but how can I remove it? There is no Infragistics.Win.UltraWinGrid.ViewStyleBand.None for example.
You probably want to set it to ViewStyleBand.Vertical, since this is the same view as the OutlookGroupBy, without the ability to perform the grouping.
-Matt