E
Edge
Hey all,
I have a simple datatable consisting of a few columns of the type Boolean
and some rows. Using the defaultView of the table, I connect it to a
dataGrid.
The datagrid automatically displays the table as a grid of checkboxes. You
can set and unset these boxes and the table is updated accordingly.
All works fine accept for two things:
1. I have to select the cell in which the checkbox I want to set is. In
other words, I _always_ need to click twice for a box to set. Is there any
setting to change that?
2. The checkboxes all have 3 possible states: checked, unchecked and checked
with grey background (as if there's some underlying settings you partially
checked). Is it possible to somehow tell the checkboxes they can only be
checked ot unchecked?
Thnx in advance,
Ben
I have a simple datatable consisting of a few columns of the type Boolean
and some rows. Using the defaultView of the table, I connect it to a
dataGrid.
The datagrid automatically displays the table as a grid of checkboxes. You
can set and unset these boxes and the table is updated accordingly.
All works fine accept for two things:
1. I have to select the cell in which the checkbox I want to set is. In
other words, I _always_ need to click twice for a box to set. Is there any
setting to change that?
2. The checkboxes all have 3 possible states: checked, unchecked and checked
with grey background (as if there's some underlying settings you partially
checked). Is it possible to somehow tell the checkboxes they can only be
checked ot unchecked?
Thnx in advance,
Ben