Skip to content

Replies

0
Michael Fazio
Michael Fazio answered on Nov 1, 2017 7:17 PM

Hi Mike,

That did the trick. In the datatable there was no type for the field. Set it to bool and works like a charm.

Cheers,

M.

0
Michael Fazio
Michael Fazio answered on Oct 31, 2017 9:04 PM

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

0
Michael Fazio
Michael Fazio answered on Oct 31, 2017 9:04 PM

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

0
Michael Fazio
Michael Fazio answered on Oct 31, 2017 3:58 PM

Sorry the image did not save I had to attached. See attached.