If I set the UltraCombo.CheckedListSettings.CheckStateMember property to "Selected"
designer can not be displayed but error occured.
The error message is "The ValueMember property and CheckStateMember property both reference column 'Selected'. The CheckStateMemver property cannot reference the same column that defines the control's value"
So I removed the CheckStateMember property value. Designer has no prolbem, but UltraCombo does not operate any more.
Please let me know how to solve this problem.
Hello guidegi,
The CheckStateMember property should be set to a different value than the ValueMember property or you will get a System.Exception. I tried this scenario and after I remove the CheckStateMember property value or set it to a different column, I have no problems with the combo functionality.
Could you please send me the sample that is not working and I will take a look at it?