Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
925
Setting Column Header Checkbox to Unchecked
posted

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)

Parents
No Data
Reply
  • 48586
    posted

    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.

Children
No Data