dragonwell
Programmer
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
Thanks