Hi,
I have a datagrid in which one column contains an integer value. My problem is that for some entries in the grid this column is not relevant and I want the cell to be blank (rather than 0).
The data type for the column has to be Int16 (so that the sorting works) but, of course, this does not allow values that are not integers.
Is there some kind of Null value I can use, or can somebody suggest another approach?


Reply With Quote