Hello,
I have 2 bands in my grid. Is it possible to set different column widths for each band?
for example, can column 1 be one width in first band and another width in the second band.
Thanks,
Hi,
Yes, the column widths in each band are synchronized by default, but you can change this.
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.Override.AllowColSizing = AllowColSizing.Free; }