Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1175
Empty values after calculating column
posted

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.Nullable = Infragistics.Win.UltraWinGrid.Nullable.Disallow;

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

Parents
No Data
Reply
  • 1175
    Verified Answer
    posted

    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

Children
No Data