CheckBoxAdv inside usercontrol

I have a bunch of CheckBoxAdv''s that I add inside a UserControl. The first time I click on the checkbox, the state doesn''t change. It does the second time (and every time thereafter). Any idea of what might be wrong? Thank you.

1 Reply

AD Administrator Syncfusion Team February 26, 2005 09:00 AM UTC

Aha, I figured it out. It looks like you need to explicitly set CheckBox.CheckState = System.Windows.Forms.CheckState.Unchecked; first.

Loader.
Up arrow icon