After calculating a column some rows contain empty values, but I need them to contain 0
The column format is set to #.##
I tried this but the values aren't null they are just empty
this.createdColumn.NullText = "0";
Attached is an image of what I am talking about, the calculated column is the rightmost column and it's formula is Column1*Column2/4
wow I figured it out and it's an easy fix, just changed the column format to #0.##, I guess it took me posting to figure it out...sorry