Thanks Mike.
This is what we have in our Init Layout event for the grid…maybe the issue is here? We have not set anything manually in the designer.
e.Layout.Bands[1].Columns["export"].Header.Caption = "Select to Export";
e.Layout.Bands[1].Columns["export"].Width = 140;
e.Layout.Bands[1].Columns["export"].Header.Appearance.TextHAlign = Infragistics.Win.HAlign.Center;
e.Layout.Bands[1].Columns["export"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
e.Layout.Bands[1].Columns["export"].Header.CheckBoxAlignment = HeaderCheckBoxAlignment.Left;
e.Layout.Bands[1].Columns["export"].Header.CheckBoxSynchronization = HeaderCheckBoxSynchronization.RowsCollection;
e.Layout.Bands[1].Columns["export"].Header.CheckBoxVisibility = HeaderCheckBoxVisibility.Always;
Thanks,
Michael