I have a grid that is databound with a column of type boolean.
it shows up on the grid as checkboxes. That's fine.
There are some rows with the checkboxes that I would like to "hide".
There seems to be no property to hide the checkbox b/c it is bound ... so is it possible to change the cell type to text and set the value to null thereby making the cell blank (e.g. without the checkbox).
is this possible?
thanks.