how to handle data that can be true/false/null | jeckels | 2010-07-28 09:35 |
Status: Closed | ||
Hi Ben, Yes, a nullable boolean is the right data type. As far as editors go, depending on the circumstances you could use three radio buttons, a combo box with three options, or a checkbox that's disabled in the null state. The disabled checkbox only makes sense if you have some other UI element that controls whether it's null or not. Thanks, Josh |
||