I am creating a header checkbox and it is appearing in a indeterminate state - how can I set it to unchecked by default?
.Columns("Select").Style = UltraWinGrid.ColumnStyle.CheckBox
.Columns("Select").Header.CheckBoxVisibility = HeaderCheckBoxVisibility.Always
.Columns("Select").Header.CheckBoxSynchronization = HeaderCheckBoxSynchronization.RowsCollection
.Columns("Select").SetHeaderCheckedState(ugReleases.Rows, CheckState.Unchecked)
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this matter?
Thank you for using Infragistics Components.