How to hide the groupby box ("drag a column header here to group by that column") on top of the WindGrid?
sorry, found it.. @-@
UltraGrid1.DisplayLayout.GroupByBox.Hidden = True
If you don't want any grouping in your grid at all (even programmatically), then you should set the ViewStyleBand to Multi or Single (as opposed to OutlookGroupBy).