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
850
Bound checkbox always starts indeterminate?
posted

I have a ColumnSet with a column whose data type is set to System.Boolean, and whose key is set to an object property of type Boolean. No matter what the value of this property, the initial state of the column is indeterminate. When I modify the value of the checkbox, my property's set method is not called, which makes me think that it's not actually bound.

Am I missing some step in the binding? I can bind other columns with no trouble.

Thanks,
   Aaron