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

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Aaron,

    How did the ColumnSet get created? Did you allow the tree to auto-generate it? Or did you create it yourself?

    If it was AutoGenerated, then it's extremely unlikely that it's somehow not bound.

    If you created it yourself, then my guess is that the column name isn't matching the name of the field in the data source.

     

Children