hi guys, i am using ultragrid buti cannot see its row header group by element in which i can drag a column header to group by that column ,kindly can you please tell me how to resolve this issue, regards.
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.ViewStyleBand = ViewStyleBand.OutlookGroupBy; }