Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
That is generally caused by an exception being thrown within an event handler, or some sort of error that is causing the data binding to fail. Generally, it can be fixed by resetting the DisplayMember and the ValueMember properties on the check box. .NET is pretty bad about swallowing those exceptions and not letting you know what's causing the problem...
|