checkbox triple state

S

Stanley

I have a bound checkbox and I set its triple state property to true. I can't
update the checkbox. If it is unbound I can cycle through true, false and
null.
What am I missing.
Thanks,
Stanley
 
D

Douglas J. Steele

You're not missing anything.

Boolean fields can only be True or False, so when a checkbox is bound to a
boolean field, you lose the ability to have triple state.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top