Tagged Questions
1
vote
2answers
158 views
Are checkboxes necessary to allow selection of a row in a data grid?
I am re-developing the datagrids in a web application. A discussion has started around whether checkboxes to select in a datagrid are still necessary. Have mobile touch interfaces and their general ...
1
vote
2answers
237 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 ...