Tagged Questions
1
vote
2answers
239 views
Displaying tri-state field in a data grid. What's the best cell control?
I have a data set where a column can have three values: true, false and null.
My first instinct was to use a checkbox for the Boolean values and hide the control altogether in case of null.
Am I on ...