Display blank cell in DataGrid when binding to non-nullable property

I am binding my DataGrid to an ArrayList of objects.  One of the properties in my object is an Integer.  If the value of the integer property = Int32.MinValue, I want the cell to show blank or string of my choosing (like you can if using a DataSet and the column is dbnull).  Can this be done

Thanks


Answer this question

Display blank cell in DataGrid when binding to non-nullable property

  • Display blank cell in DataGrid when binding to non-nullable property